Shades of Broom #F0D41A
Tints of Broom #F0D41A
RGB
CMYK
RGB Variations
Color information
#F0D41A (or 0xF0D41A) is known color: Broom. HEX triplet: F0, D4 and 1A. RGB value is (240,212,26). Sum of RGB (Red+Green+Blue) = 240+212+26=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D41A is #0F2BE5. Grayscale: #C7C7C7. Windows color (decimal): -994278 or 1758448. OLE color: 1758448.
HSL color Cylindrical-coordinate representation of color #F0D41A: hue angle of 52.15º 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 #F0D41A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 26 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.06 |
| HSL | 52.15º | 0.88% | 0.52% | - |
| HSV(B) | 52.15º | 0.89% | 0.94% | - |
| XYZ | 59.67 | 65.69 | 10.51 | - |
| YUV | 199.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 26 | 0 | 0.12 | 0.89 | 0.06 | 52.15 | 0.88 | 0.52 |
| Hex | F0 | D4 | 1A | 0 | C | 59 | 6 | 34 | 58 | 34 |
| Octal | 360 | 324 | 32 | 0 | 14 | 131 | 6 | 64 | 130 | 64 |
| Binary | 11110000 | 11010100 | 11010 | 0 | 1100 | 1011001 | 110 | 110100 | 1011000 | 110100 |
Color Harmonies of #F0D41A
Complementary color
Monochromatic Colors of #F0D41A
Black with #F0D41A
Text Example
Text Example
White with #F0D41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D41A; }
p { color: rgb(240,212,26); }
H1.HeaderClassName
{
color: #F0D41A;
}
.AnyTagClassName
{
color: #F0D41A;
}
</style>
background-color css
<style>
a { background-color: #F0D41A; }
a { background-color: rgb(240,212,26); }
div.DivClassName
{
background-color: #F0D41A;
}
.BgClassName
{
background-color: #F0D41A;
}
</style>
border-color css
<style>
span { border-color: #F0D41A; }
span { border-color: rgb(240,212,26); }
td.TdClassName
{
border-color: #F0D41A;
}
.TagClassName
{
border-color: #F0D41A;
}
</style>