Shades of Broom #F0D016
Tints of Broom #F0D016
RGB
CMYK
RGB Variations
Color information
#F0D016 (or 0xF0D016) is known color: Broom. HEX triplet: F0, D0 and 16. RGB value is (240,208,22). Sum of RGB (Red+Green+Blue) = 240+208+22=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D016 is #0F2FE9. Grayscale: #C5C5C5. Windows color (decimal): -995306 or 1495280. OLE color: 1495280.
HSL color Cylindrical-coordinate representation of color #F0D016: hue angle of 51.19º 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 #F0D016 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.06 |
| HSL | 51.19º | 0.88% | 0.51% | - |
| HSV(B) | 51.19º | 0.91% | 0.94% | - |
| XYZ | 58.64 | 63.69 | 9.96 | - |
| YUV | 196.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 22 | 0 | 0.13 | 0.91 | 0.06 | 51.19 | 0.88 | 0.51 |
| Hex | F0 | D0 | 16 | 0 | D | 5B | 6 | 33 | 58 | 33 |
| Octal | 360 | 320 | 26 | 0 | 15 | 133 | 6 | 63 | 130 | 63 |
| Binary | 11110000 | 11010000 | 10110 | 0 | 1101 | 1011011 | 110 | 110011 | 1011000 | 110011 |
Color Harmonies of #F0D016
Complementary color
Monochromatic Colors of #F0D016
Black with #F0D016
Text Example
Text Example
White with #F0D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D016; }
p { color: rgb(240,208,22); }
H1.HeaderClassName
{
color: #F0D016;
}
.AnyTagClassName
{
color: #F0D016;
}
</style>
background-color css
<style>
a { background-color: #F0D016; }
a { background-color: rgb(240,208,22); }
div.DivClassName
{
background-color: #F0D016;
}
.BgClassName
{
background-color: #F0D016;
}
</style>
border-color css
<style>
span { border-color: #F0D016; }
span { border-color: rgb(240,208,22); }
td.TdClassName
{
border-color: #F0D016;
}
.TagClassName
{
border-color: #F0D016;
}
</style>