Shades of Broom #F0CD24
Tints of Broom #F0CD24
RGB
CMYK
RGB Variations
Color information
#F0CD24 (or 0xF0CD24) is known color: Broom. HEX triplet: F0, CD and 24. RGB value is (240,205,36). Sum of RGB (Red+Green+Blue) = 240+205+36=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CD24 is #0F32DB. Grayscale: #C4C4C4. Windows color (decimal): -996060 or 2412016. OLE color: 2412016.
HSL color Cylindrical-coordinate representation of color #F0CD24: hue angle of 49.71º 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 #F0CD24 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 36 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.06 |
| HSL | 49.71º | 0.87% | 0.54% | - |
| HSV(B) | 49.71º | 0.85% | 0.94% | - |
| XYZ | 58.08 | 62.32 | 10.64 | - |
| YUV | 196.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 36 | 0 | 0.15 | 0.85 | 0.06 | 49.71 | 0.87 | 0.54 |
| Hex | F0 | CD | 24 | 0 | F | 55 | 6 | 32 | 57 | 36 |
| Octal | 360 | 315 | 44 | 0 | 17 | 125 | 6 | 62 | 127 | 66 |
| Binary | 11110000 | 11001101 | 100100 | 0 | 1111 | 1010101 | 110 | 110010 | 1010111 | 110110 |
Color Harmonies of #F0CD24
Complementary color
Monochromatic Colors of #F0CD24
Black with #F0CD24
Text Example
Text Example
White with #F0CD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD24; }
p { color: rgb(240,205,36); }
H1.HeaderClassName
{
color: #F0CD24;
}
.AnyTagClassName
{
color: #F0CD24;
}
</style>
background-color css
<style>
a { background-color: #F0CD24; }
a { background-color: rgb(240,205,36); }
div.DivClassName
{
background-color: #F0CD24;
}
.BgClassName
{
background-color: #F0CD24;
}
</style>
border-color css
<style>
span { border-color: #F0CD24; }
span { border-color: rgb(240,205,36); }
td.TdClassName
{
border-color: #F0CD24;
}
.TagClassName
{
border-color: #F0CD24;
}
</style>