Shades of Broom #F0D216
Tints of Broom #F0D216
RGB
CMYK
RGB Variations
Color information
#F0D216 (or 0xF0D216) is known color: Broom. HEX triplet: F0, D2 and 16. RGB value is (240,210,22). Sum of RGB (Red+Green+Blue) = 240+210+22=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D216 is #0F2DE9. Grayscale: #C6C6C6. Windows color (decimal): -994794 or 1495792. OLE color: 1495792.
HSL color Cylindrical-coordinate representation of color #F0D216: hue angle of 51.74º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0D216 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.06 |
| HSL | 51.74º | 0.88% | 0.51% | - |
| HSV(B) | 51.74º | 0.91% | 0.94% | - |
| XYZ | 59.13 | 64.68 | 10.13 | - |
| YUV | 197.54 | 28.94 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 22 | 0 | 0.12 | 0.91 | 0.06 | 51.74 | 0.88 | 0.51 |
| Hex | F0 | D2 | 16 | 0 | C | 5B | 6 | 34 | 58 | 33 |
| Octal | 360 | 322 | 26 | 0 | 14 | 133 | 6 | 64 | 130 | 63 |
| Binary | 11110000 | 11010010 | 10110 | 0 | 1100 | 1011011 | 110 | 110100 | 1011000 | 110011 |
Color Harmonies of #F0D216
Complementary color
Monochromatic Colors of #F0D216
Black with #F0D216
Text Example
Text Example
White with #F0D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D216; }
p { color: rgb(240,210,22); }
H1.HeaderClassName
{
color: #F0D216;
}
.AnyTagClassName
{
color: #F0D216;
}
</style>
background-color css
<style>
a { background-color: #F0D216; }
a { background-color: rgb(240,210,22); }
div.DivClassName
{
background-color: #F0D216;
}
.BgClassName
{
background-color: #F0D216;
}
</style>
border-color css
<style>
span { border-color: #F0D216; }
span { border-color: rgb(240,210,22); }
td.TdClassName
{
border-color: #F0D216;
}
.TagClassName
{
border-color: #F0D216;
}
</style>