Shades of Broom #F0D518
Tints of Broom #F0D518
RGB
CMYK
RGB Variations
Color information
#F0D518 (or 0xF0D518) is known color: Broom. HEX triplet: F0, D5 and 18. RGB value is (240,213,24). Sum of RGB (Red+Green+Blue) = 240+213+24=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D518 is #0F2AE7. Grayscale: #C8C8C8. Windows color (decimal): -994024 or 1627632. OLE color: 1627632.
HSL color Cylindrical-coordinate representation of color #F0D518: hue angle of 52.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0D518 is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 24 | - |
| CMYK | 0 | 0.11 | 0.9 | 0.06 |
| HSL | 52.5º | 0.88% | 0.52% | - |
| HSV(B) | 52.5º | 0.9% | 0.94% | - |
| XYZ | 59.89 | 66.18 | 10.48 | - |
| YUV | 199.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 24 | 0 | 0.11 | 0.9 | 0.06 | 52.5 | 0.88 | 0.52 |
| Hex | F0 | D5 | 18 | 0 | B | 5A | 6 | 34 | 58 | 34 |
| Octal | 360 | 325 | 30 | 0 | 13 | 132 | 6 | 64 | 130 | 64 |
| Binary | 11110000 | 11010101 | 11000 | 0 | 1011 | 1011010 | 110 | 110100 | 1011000 | 110100 |
Color Harmonies of #F0D518
Complementary color
Monochromatic Colors of #F0D518
Black with #F0D518
Text Example
Text Example
White with #F0D518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D518; }
p { color: rgb(240,213,24); }
H1.HeaderClassName
{
color: #F0D518;
}
.AnyTagClassName
{
color: #F0D518;
}
</style>
background-color css
<style>
a { background-color: #F0D518; }
a { background-color: rgb(240,213,24); }
div.DivClassName
{
background-color: #F0D518;
}
.BgClassName
{
background-color: #F0D518;
}
</style>
border-color css
<style>
span { border-color: #F0D518; }
span { border-color: rgb(240,213,24); }
td.TdClassName
{
border-color: #F0D518;
}
.TagClassName
{
border-color: #F0D518;
}
</style>