Shades of Broom #F0D01D
Tints of Broom #F0D01D
RGB
CMYK
RGB Variations
Color information
#F0D01D (or 0xF0D01D) is known color: Broom. HEX triplet: F0, D0 and 1D. RGB value is (240,208,29). Sum of RGB (Red+Green+Blue) = 240+208+29=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D01D is #0F2FE2. Grayscale: #C5C5C5. Windows color (decimal): -995299 or 1954032. OLE color: 1954032.
HSL color Cylindrical-coordinate representation of color #F0D01D: hue angle of 50.9º 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 #F0D01D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 29 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.06 |
| HSL | 50.9º | 0.88% | 0.53% | - |
| HSV(B) | 50.9º | 0.88% | 0.94% | - |
| XYZ | 58.71 | 63.73 | 10.37 | - |
| YUV | 197.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 29 | 0 | 0.13 | 0.88 | 0.06 | 50.9 | 0.88 | 0.53 |
| Hex | F0 | D0 | 1D | 0 | D | 58 | 6 | 33 | 58 | 35 |
| Octal | 360 | 320 | 35 | 0 | 15 | 130 | 6 | 63 | 130 | 65 |
| Binary | 11110000 | 11010000 | 11101 | 0 | 1101 | 1011000 | 110 | 110011 | 1011000 | 110101 |
Color Harmonies of #F0D01D
Complementary color
Monochromatic Colors of #F0D01D
Black with #F0D01D
Text Example
Text Example
White with #F0D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D01D; }
p { color: rgb(240,208,29); }
H1.HeaderClassName
{
color: #F0D01D;
}
.AnyTagClassName
{
color: #F0D01D;
}
</style>
background-color css
<style>
a { background-color: #F0D01D; }
a { background-color: rgb(240,208,29); }
div.DivClassName
{
background-color: #F0D01D;
}
.BgClassName
{
background-color: #F0D01D;
}
</style>
border-color css
<style>
span { border-color: #F0D01D; }
span { border-color: rgb(240,208,29); }
td.TdClassName
{
border-color: #F0D01D;
}
.TagClassName
{
border-color: #F0D01D;
}
</style>