Shades of Broom #F0DB21
Tints of Broom #F0DB21
RGB
CMYK
RGB Variations
Color information
#F0DB21 (or 0xF0DB21) is known color: Broom. HEX triplet: F0, DB and 21. RGB value is (240,219,33). Sum of RGB (Red+Green+Blue) = 240+219+33=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB21 is #0F24DE. Grayscale: #CCCCCC. Windows color (decimal): -992479 or 2218992. OLE color: 2218992.
HSL color Cylindrical-coordinate representation of color #F0DB21: hue angle of 53.91º 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 #F0DB21 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 33 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.06 |
| HSL | 53.91º | 0.87% | 0.54% | - |
| HSV(B) | 53.91º | 0.86% | 0.94% | - |
| XYZ | 61.54 | 69.3 | 11.57 | - |
| YUV | 204.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 33 | 0 | 0.09 | 0.86 | 0.06 | 53.91 | 0.87 | 0.54 |
| Hex | F0 | DB | 21 | 0 | 9 | 56 | 6 | 36 | 57 | 36 |
| Octal | 360 | 333 | 41 | 0 | 11 | 126 | 6 | 66 | 127 | 66 |
| Binary | 11110000 | 11011011 | 100001 | 0 | 1001 | 1010110 | 110 | 110110 | 1010111 | 110110 |
Color Harmonies of #F0DB21
Complementary color
Monochromatic Colors of #F0DB21
Black with #F0DB21
Text Example
Text Example
White with #F0DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB21; }
p { color: rgb(240,219,33); }
H1.HeaderClassName
{
color: #F0DB21;
}
.AnyTagClassName
{
color: #F0DB21;
}
</style>
background-color css
<style>
a { background-color: #F0DB21; }
a { background-color: rgb(240,219,33); }
div.DivClassName
{
background-color: #F0DB21;
}
.BgClassName
{
background-color: #F0DB21;
}
</style>
border-color css
<style>
span { border-color: #F0DB21; }
span { border-color: rgb(240,219,33); }
td.TdClassName
{
border-color: #F0DB21;
}
.TagClassName
{
border-color: #F0DB21;
}
</style>