Shades of Broom #F0D013
Tints of Broom #F0D013
RGB
CMYK
RGB Variations
Color information
#F0D013 (or 0xF0D013) is known color: Broom. HEX triplet: F0, D0 and 13. RGB value is (240,208,19). Sum of RGB (Red+Green+Blue) = 240+208+19=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D013 is #0F2FEC. Grayscale: #C4C4C4. Windows color (decimal): -995309 or 1298672. OLE color: 1298672.
HSL color Cylindrical-coordinate representation of color #F0D013: hue angle of 51.31º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0D013 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.06 |
| HSL | 51.31º | 0.88% | 0.51% | - |
| HSV(B) | 51.31º | 0.92% | 0.94% | - |
| XYZ | 58.61 | 63.68 | 9.82 | - |
| YUV | 196.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 19 | 0 | 0.13 | 0.92 | 0.06 | 51.31 | 0.88 | 0.51 |
| Hex | F0 | D0 | 13 | 0 | D | 5C | 6 | 33 | 58 | 33 |
| Octal | 360 | 320 | 23 | 0 | 15 | 134 | 6 | 63 | 130 | 63 |
| Binary | 11110000 | 11010000 | 10011 | 0 | 1101 | 1011100 | 110 | 110011 | 1011000 | 110011 |
Color Harmonies of #F0D013
Complementary color
Monochromatic Colors of #F0D013
Black with #F0D013
Text Example
Text Example
White with #F0D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D013; }
p { color: rgb(240,208,19); }
H1.HeaderClassName
{
color: #F0D013;
}
.AnyTagClassName
{
color: #F0D013;
}
</style>
background-color css
<style>
a { background-color: #F0D013; }
a { background-color: rgb(240,208,19); }
div.DivClassName
{
background-color: #F0D013;
}
.BgClassName
{
background-color: #F0D013;
}
</style>
border-color css
<style>
span { border-color: #F0D013; }
span { border-color: rgb(240,208,19); }
td.TdClassName
{
border-color: #F0D013;
}
.TagClassName
{
border-color: #F0D013;
}
</style>