Shades of Broom #F0D21A
Tints of Broom #F0D21A
RGB
CMYK
RGB Variations
Color information
#F0D21A (or 0xF0D21A) is known color: Broom. HEX triplet: F0, D2 and 1A. RGB value is (240,210,26). Sum of RGB (Red+Green+Blue) = 240+210+26=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D21A is #0F2DE5. Grayscale: #C6C6C6. Windows color (decimal): -994790 or 1757936. OLE color: 1757936.
HSL color Cylindrical-coordinate representation of color #F0D21A: hue angle of 51.59º 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 #F0D21A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 26 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.06 |
| HSL | 51.59º | 0.88% | 0.52% | - |
| HSV(B) | 51.59º | 0.89% | 0.94% | - |
| XYZ | 59.17 | 64.69 | 10.35 | - |
| YUV | 197.99 | 30.94 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 26 | 0 | 0.12 | 0.89 | 0.06 | 51.59 | 0.88 | 0.52 |
| Hex | F0 | D2 | 1A | 0 | C | 59 | 6 | 34 | 58 | 34 |
| Octal | 360 | 322 | 32 | 0 | 14 | 131 | 6 | 64 | 130 | 64 |
| Binary | 11110000 | 11010010 | 11010 | 0 | 1100 | 1011001 | 110 | 110100 | 1011000 | 110100 |
Color Harmonies of #F0D21A
Complementary color
Monochromatic Colors of #F0D21A
Black with #F0D21A
Text Example
Text Example
White with #F0D21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D21A; }
p { color: rgb(240,210,26); }
H1.HeaderClassName
{
color: #F0D21A;
}
.AnyTagClassName
{
color: #F0D21A;
}
</style>
background-color css
<style>
a { background-color: #F0D21A; }
a { background-color: rgb(240,210,26); }
div.DivClassName
{
background-color: #F0D21A;
}
.BgClassName
{
background-color: #F0D21A;
}
</style>
border-color css
<style>
span { border-color: #F0D21A; }
span { border-color: rgb(240,210,26); }
td.TdClassName
{
border-color: #F0D21A;
}
.TagClassName
{
border-color: #F0D21A;
}
</style>