Shades of Broom #F0D220
Tints of Broom #F0D220
RGB
CMYK
RGB Variations
Color information
#F0D220 (or 0xF0D220) is known color: Broom. HEX triplet: F0, D2 and 20. RGB value is (240,210,32). Sum of RGB (Red+Green+Blue) = 240+210+32=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D220 is #0F2DDF. Grayscale: #C7C7C7. Windows color (decimal): -994784 or 2151152. OLE color: 2151152.
HSL color Cylindrical-coordinate representation of color #F0D220: hue angle of 51.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0D220 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 32 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.06 |
| HSL | 51.35º | 0.87% | 0.53% | - |
| HSV(B) | 51.35º | 0.87% | 0.94% | - |
| XYZ | 59.24 | 64.72 | 10.74 | - |
| YUV | 198.68 | 33.94 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 32 | 0 | 0.12 | 0.87 | 0.06 | 51.35 | 0.87 | 0.53 |
| Hex | F0 | D2 | 20 | 0 | C | 57 | 6 | 33 | 57 | 35 |
| Octal | 360 | 322 | 40 | 0 | 14 | 127 | 6 | 63 | 127 | 65 |
| Binary | 11110000 | 11010010 | 100000 | 0 | 1100 | 1010111 | 110 | 110011 | 1010111 | 110101 |
Color Harmonies of #F0D220
Complementary color
Monochromatic Colors of #F0D220
Black with #F0D220
Text Example
Text Example
White with #F0D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D220; }
p { color: rgb(240,210,32); }
H1.HeaderClassName
{
color: #F0D220;
}
.AnyTagClassName
{
color: #F0D220;
}
</style>
background-color css
<style>
a { background-color: #F0D220; }
a { background-color: rgb(240,210,32); }
div.DivClassName
{
background-color: #F0D220;
}
.BgClassName
{
background-color: #F0D220;
}
</style>
border-color css
<style>
span { border-color: #F0D220; }
span { border-color: rgb(240,210,32); }
td.TdClassName
{
border-color: #F0D220;
}
.TagClassName
{
border-color: #F0D220;
}
</style>