Shades of Broom #F0D121
Tints of Broom #F0D121
RGB
CMYK
RGB Variations
Color information
#F0D121 (or 0xF0D121) is known color: Broom. HEX triplet: F0, D1 and 21. RGB value is (240,209,33). Sum of RGB (Red+Green+Blue) = 240+209+33=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D121 is #0F2EDE. Grayscale: #C6C6C6. Windows color (decimal): -995039 or 2216432. OLE color: 2216432.
HSL color Cylindrical-coordinate representation of color #F0D121: hue angle of 51.01º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0D121 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 33 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.06 |
| HSL | 51.01º | 0.87% | 0.54% | - |
| HSV(B) | 51.01º | 0.86% | 0.94% | - |
| XYZ | 59.01 | 64.24 | 10.73 | - |
| YUV | 198.21 | 34.77 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 33 | 0 | 0.13 | 0.86 | 0.06 | 51.01 | 0.87 | 0.54 |
| Hex | F0 | D1 | 21 | 0 | D | 56 | 6 | 33 | 57 | 36 |
| Octal | 360 | 321 | 41 | 0 | 15 | 126 | 6 | 63 | 127 | 66 |
| Binary | 11110000 | 11010001 | 100001 | 0 | 1101 | 1010110 | 110 | 110011 | 1010111 | 110110 |
Color Harmonies of #F0D121
Complementary color
Monochromatic Colors of #F0D121
Black with #F0D121
Text Example
Text Example
White with #F0D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D121; }
p { color: rgb(240,209,33); }
H1.HeaderClassName
{
color: #F0D121;
}
.AnyTagClassName
{
color: #F0D121;
}
</style>
background-color css
<style>
a { background-color: #F0D121; }
a { background-color: rgb(240,209,33); }
div.DivClassName
{
background-color: #F0D121;
}
.BgClassName
{
background-color: #F0D121;
}
</style>
border-color css
<style>
span { border-color: #F0D121; }
span { border-color: rgb(240,209,33); }
td.TdClassName
{
border-color: #F0D121;
}
.TagClassName
{
border-color: #F0D121;
}
</style>