#F2DD1F

Color #F2DD1F Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #F2DD1F

Tints of Broom #F2DD1F

Color information

#F2DD1F (or 0xF2DD1F) is unknown color: approx Broom. HEX triplet: F2, DD and 1F. RGB value is (242,221,31). Sum of RGB (Red+Green+Blue) = 242+221+31=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD1F is #0D22E0. Grayscale: #CECECE. Windows color (decimal): -860897 or 2088434. OLE color: 2088434.

HSL color Cylindrical-coordinate representation of color #F2DD1F: hue angle of 54.03º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2DD1F is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB24222131-
CMYK00.090.870.05
HSL54.03º89.03%53.53%-
HSV(B)54.03º87.19%94.9%-
XYZ62.7270.6911.63-
YUV205.6229.46153.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 31 (12.5% from 255) = 6.28%
R=48.99%
G=44.74%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422213100.090.870.0554.0389.0353.53
HexF2DD1F09575365936
Octal3623353701112756613166
Binary1111001011011101111110100110101111011101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DD1F; }

 p { color: rgb(242,221,31); }

 H1.HeaderClassName
 {
   color: #F2DD1F;
 }
 .AnyTagClassName
 {
   color: #F2DD1F;
 }
</style>
background-color css

<style>
 a { background-color: #F2DD1F; }

 a { background-color: rgb(242,221,31); }

 div.DivClassName
 {
   background-color: #F2DD1F;
 }
 .BgClassName
 {
   background-color: #F2DD1F;
 }
</style>
border-color css

<style>
 span { border-color: #F2DD1F; }

 span { border-color: rgb(242,221,31); }

 td.TdClassName
 {
   border-color: #F2DD1F;
 }
 .TagClassName
 {
   border-color: #F2DD1F;
 }
</style>