Shades of Broom #F0D01B
Tints of Broom #F0D01B
RGB
CMYK
RGB Variations
Color information
#F0D01B (or 0xF0D01B) is known color: Broom. HEX triplet: F0, D0 and 1B. RGB value is (240,208,27). Sum of RGB (Red+Green+Blue) = 240+208+27=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D01B is #0F2FE4. Grayscale: #C5C5C5. Windows color (decimal): -995301 or 1822960. OLE color: 1822960.
HSL color Cylindrical-coordinate representation of color #F0D01B: hue angle of 50.99º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0D01B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.06 |
| HSL | 50.99º | 0.88% | 0.52% | - |
| HSV(B) | 50.99º | 0.89% | 0.94% | - |
| XYZ | 58.69 | 63.72 | 10.24 | - |
| YUV | 196.93 | 32.1 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 27 | 0 | 0.13 | 0.89 | 0.06 | 50.99 | 0.88 | 0.52 |
| Hex | F0 | D0 | 1B | 0 | D | 59 | 6 | 33 | 58 | 34 |
| Octal | 360 | 320 | 33 | 0 | 15 | 131 | 6 | 63 | 130 | 64 |
| Binary | 11110000 | 11010000 | 11011 | 0 | 1101 | 1011001 | 110 | 110011 | 1011000 | 110100 |
Color Harmonies of #F0D01B
Complementary color
Monochromatic Colors of #F0D01B
Black with #F0D01B
Text Example
Text Example
White with #F0D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D01B; }
p { color: rgb(240,208,27); }
H1.HeaderClassName
{
color: #F0D01B;
}
.AnyTagClassName
{
color: #F0D01B;
}
</style>
background-color css
<style>
a { background-color: #F0D01B; }
a { background-color: rgb(240,208,27); }
div.DivClassName
{
background-color: #F0D01B;
}
.BgClassName
{
background-color: #F0D01B;
}
</style>
border-color css
<style>
span { border-color: #F0D01B; }
span { border-color: rgb(240,208,27); }
td.TdClassName
{
border-color: #F0D01B;
}
.TagClassName
{
border-color: #F0D01B;
}
</style>