Shades of Broom #F2D024
Tints of Broom #F2D024
RGB
CMYK
RGB Variations
Color information
#F2D024 (or 0xF2D024) is known color: Broom. HEX triplet: F2, D0 and 24. RGB value is (242,208,36). Sum of RGB (Red+Green+Blue) = 242+208+36=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D024 is #0D2FDB. Grayscale: #C7C7C7. Windows color (decimal): -864220 or 2412786. OLE color: 2412786.
HSL color Cylindrical-coordinate representation of color #F2D024: hue angle of 50.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2D024 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.05 |
| HSL | 50.1º | 0.89% | 0.55% | - |
| HSV(B) | 50.1º | 0.85% | 0.95% | - |
| XYZ | 59.49 | 64.12 | 10.91 | - |
| YUV | 198.56 | 36.26 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 36 | 0 | 0.14 | 0.85 | 0.05 | 50.1 | 0.89 | 0.55 |
| Hex | F2 | D0 | 24 | 0 | E | 55 | 5 | 32 | 59 | 37 |
| Octal | 362 | 320 | 44 | 0 | 16 | 125 | 5 | 62 | 131 | 67 |
| Binary | 11110010 | 11010000 | 100100 | 0 | 1110 | 1010101 | 101 | 110010 | 1011001 | 110111 |
Color Harmonies of #F2D024
Complementary color
Monochromatic Colors of #F2D024
Black with #F2D024
Text Example
Text Example
White with #F2D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D024; }
p { color: rgb(242,208,36); }
H1.HeaderClassName
{
color: #F2D024;
}
.AnyTagClassName
{
color: #F2D024;
}
</style>
background-color css
<style>
a { background-color: #F2D024; }
a { background-color: rgb(242,208,36); }
div.DivClassName
{
background-color: #F2D024;
}
.BgClassName
{
background-color: #F2D024;
}
</style>
border-color css
<style>
span { border-color: #F2D024; }
span { border-color: rgb(242,208,36); }
td.TdClassName
{
border-color: #F2D024;
}
.TagClassName
{
border-color: #F2D024;
}
</style>