Shades of Broom #F2D720
Tints of Broom #F2D720
RGB
CMYK
RGB Variations
Color information
#F2D720 (or 0xF2D720) is known color: Broom. HEX triplet: F2, D7 and 20. RGB value is (242,215,32). Sum of RGB (Red+Green+Blue) = 242+215+32=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D720 is #0D28DF. Grayscale: #CACACA. Windows color (decimal): -862432 or 2152434. OLE color: 2152434.
HSL color Cylindrical-coordinate representation of color #F2D720: hue angle of 52.29º 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 #F2D720 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.05 |
| HSL | 52.29º | 0.89% | 0.54% | - |
| HSV(B) | 52.29º | 0.87% | 0.95% | - |
| XYZ | 61.18 | 67.58 | 11.19 | - |
| YUV | 202.21 | 31.95 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 32 | 0 | 0.11 | 0.87 | 0.05 | 52.29 | 0.89 | 0.54 |
| Hex | F2 | D7 | 20 | 0 | B | 57 | 5 | 34 | 59 | 36 |
| Octal | 362 | 327 | 40 | 0 | 13 | 127 | 5 | 64 | 131 | 66 |
| Binary | 11110010 | 11010111 | 100000 | 0 | 1011 | 1010111 | 101 | 110100 | 1011001 | 110110 |
Color Harmonies of #F2D720
Complementary color
Monochromatic Colors of #F2D720
Black with #F2D720
Text Example
Text Example
White with #F2D720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D720; }
p { color: rgb(242,215,32); }
H1.HeaderClassName
{
color: #F2D720;
}
.AnyTagClassName
{
color: #F2D720;
}
</style>
background-color css
<style>
a { background-color: #F2D720; }
a { background-color: rgb(242,215,32); }
div.DivClassName
{
background-color: #F2D720;
}
.BgClassName
{
background-color: #F2D720;
}
</style>
border-color css
<style>
span { border-color: #F2D720; }
span { border-color: rgb(242,215,32); }
td.TdClassName
{
border-color: #F2D720;
}
.TagClassName
{
border-color: #F2D720;
}
</style>