Shades of Broom #F0D224
Tints of Broom #F0D224
RGB
CMYK
RGB Variations
Color information
#F0D224 (or 0xF0D224) is known color: Broom. HEX triplet: F0, D2 and 24. RGB value is (240,210,36). Sum of RGB (Red+Green+Blue) = 240+210+36=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D224 is #0F2DDB. Grayscale: #C7C7C7. Windows color (decimal): -994780 or 2413296. OLE color: 2413296.
HSL color Cylindrical-coordinate representation of color #F0D224: hue angle of 51.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0D224 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 36 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.06 |
| HSL | 51.18º | 0.87% | 0.54% | - |
| HSV(B) | 51.18º | 0.85% | 0.94% | - |
| XYZ | 59.3 | 64.75 | 11.04 | - |
| YUV | 199.13 | 35.94 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 36 | 0 | 0.12 | 0.85 | 0.06 | 51.18 | 0.87 | 0.54 |
| Hex | F0 | D2 | 24 | 0 | C | 55 | 6 | 33 | 57 | 36 |
| Octal | 360 | 322 | 44 | 0 | 14 | 125 | 6 | 63 | 127 | 66 |
| Binary | 11110000 | 11010010 | 100100 | 0 | 1100 | 1010101 | 110 | 110011 | 1010111 | 110110 |
Color Harmonies of #F0D224
Complementary color
Monochromatic Colors of #F0D224
Black with #F0D224
Text Example
Text Example
White with #F0D224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D224; }
p { color: rgb(240,210,36); }
H1.HeaderClassName
{
color: #F0D224;
}
.AnyTagClassName
{
color: #F0D224;
}
</style>
background-color css
<style>
a { background-color: #F0D224; }
a { background-color: rgb(240,210,36); }
div.DivClassName
{
background-color: #F0D224;
}
.BgClassName
{
background-color: #F0D224;
}
</style>
border-color css
<style>
span { border-color: #F0D224; }
span { border-color: rgb(240,210,36); }
td.TdClassName
{
border-color: #F0D224;
}
.TagClassName
{
border-color: #F0D224;
}
</style>