Shades of Broom #F0DB22
Tints of Broom #F0DB22
RGB
CMYK
RGB Variations
Color information
#F0DB22 (or 0xF0DB22) is known color: Broom. HEX triplet: F0, DB and 22. RGB value is (240,219,34). Sum of RGB (Red+Green+Blue) = 240+219+34=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB22 is #0F24DD. Grayscale: #CCCCCC. Windows color (decimal): -992478 or 2284528. OLE color: 2284528.
HSL color Cylindrical-coordinate representation of color #F0DB22: hue angle of 53.88º 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 #F0DB22 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 34 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.06 |
| HSL | 53.88º | 0.87% | 0.54% | - |
| HSV(B) | 53.88º | 0.86% | 0.94% | - |
| XYZ | 61.56 | 69.3 | 11.65 | - |
| YUV | 204.19 | 31.96 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 34 | 0 | 0.09 | 0.86 | 0.06 | 53.88 | 0.87 | 0.54 |
| Hex | F0 | DB | 22 | 0 | 9 | 56 | 6 | 36 | 57 | 36 |
| Octal | 360 | 333 | 42 | 0 | 11 | 126 | 6 | 66 | 127 | 66 |
| Binary | 11110000 | 11011011 | 100010 | 0 | 1001 | 1010110 | 110 | 110110 | 1010111 | 110110 |
Color Harmonies of #F0DB22
Complementary color
Monochromatic Colors of #F0DB22
Black with #F0DB22
Text Example
Text Example
White with #F0DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB22; }
p { color: rgb(240,219,34); }
H1.HeaderClassName
{
color: #F0DB22;
}
.AnyTagClassName
{
color: #F0DB22;
}
</style>
background-color css
<style>
a { background-color: #F0DB22; }
a { background-color: rgb(240,219,34); }
div.DivClassName
{
background-color: #F0DB22;
}
.BgClassName
{
background-color: #F0DB22;
}
</style>
border-color css
<style>
span { border-color: #F0DB22; }
span { border-color: rgb(240,219,34); }
td.TdClassName
{
border-color: #F0DB22;
}
.TagClassName
{
border-color: #F0DB22;
}
</style>