Shades of Broom #F0DB1D
Tints of Broom #F0DB1D
RGB
CMYK
RGB Variations
Color information
#F0DB1D (or 0xF0DB1D) is known color: Broom. HEX triplet: F0, DB and 1D. RGB value is (240,219,29). Sum of RGB (Red+Green+Blue) = 240+219+29=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB1D is #0F24E2. Grayscale: #CCCCCC. Windows color (decimal): -992483 or 1956848. OLE color: 1956848.
HSL color Cylindrical-coordinate representation of color #F0DB1D: hue angle of 54.03º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0DB1D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 29 | - |
CMYK | 0 | 0.09 | 0.88 | 0.06 |
HSL | 54.03º | 0.88% | 0.53% | - |
HSV(B) | 54.03º | 0.88% | 0.94% | - |
XYZ | 61.49 | 69.28 | 11.29 | - |
YUV | 203.62 | 29.46 | 153.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 29 | 0 | 0.09 | 0.88 | 0.06 | 54.03 | 0.88 | 0.53 |
Hex | F0 | DB | 1D | 0 | 9 | 58 | 6 | 36 | 58 | 35 |
Octal | 360 | 333 | 35 | 0 | 11 | 130 | 6 | 66 | 130 | 65 |
Binary | 11110000 | 11011011 | 11101 | 0 | 1001 | 1011000 | 110 | 110110 | 1011000 | 110101 |
Color Harmonies of #F0DB1D
Complementary color
Monochromatic Colors of #F0DB1D
Black with #F0DB1D
Text Example
Text Example
White with #F0DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB1D; }
p { color: rgb(240,219,29); }
H1.HeaderClassName
{
color: #F0DB1D;
}
.AnyTagClassName
{
color: #F0DB1D;
}
</style>
background-color css
<style>
a { background-color: #F0DB1D; }
a { background-color: rgb(240,219,29); }
div.DivClassName
{
background-color: #F0DB1D;
}
.BgClassName
{
background-color: #F0DB1D;
}
</style>
border-color css
<style>
span { border-color: #F0DB1D; }
span { border-color: rgb(240,219,29); }
td.TdClassName
{
border-color: #F0DB1D;
}
.TagClassName
{
border-color: #F0DB1D;
}
</style>