Shades of Broom #F2DA1C
Tints of Broom #F2DA1C
RGB
CMYK
RGB Variations
Color information
#F2DA1C (or 0xF2DA1C) is known color: Broom. HEX triplet: F2, DA and 1C. RGB value is (242,218,28). Sum of RGB (Red+Green+Blue) = 242+218+28=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA1C is #0D25E3. Grayscale: #CCCCCC. Windows color (decimal): -861668 or 1891058. OLE color: 1891058.
HSL color Cylindrical-coordinate representation of color #F2DA1C: hue angle of 53.27º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2DA1C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 28 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.05 |
| HSL | 53.27º | 0.89% | 0.53% | - |
| HSV(B) | 53.27º | 0.88% | 0.95% | - |
| XYZ | 61.9 | 69.1 | 11.17 | - |
| YUV | 203.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 28 | 0 | 0.10 | 0.88 | 0.05 | 53.27 | 0.89 | 0.53 |
| Hex | F2 | DA | 1C | 0 | A | 58 | 5 | 35 | 59 | 35 |
| Octal | 362 | 332 | 34 | 0 | 12 | 130 | 5 | 65 | 131 | 65 |
| Binary | 11110010 | 11011010 | 11100 | 0 | 1010 | 1011000 | 101 | 110101 | 1011001 | 110101 |
Color Harmonies of #F2DA1C
Complementary color
Monochromatic Colors of #F2DA1C
Black with #F2DA1C
Text Example
Text Example
White with #F2DA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA1C; }
p { color: rgb(242,218,28); }
H1.HeaderClassName
{
color: #F2DA1C;
}
.AnyTagClassName
{
color: #F2DA1C;
}
</style>
background-color css
<style>
a { background-color: #F2DA1C; }
a { background-color: rgb(242,218,28); }
div.DivClassName
{
background-color: #F2DA1C;
}
.BgClassName
{
background-color: #F2DA1C;
}
</style>
border-color css
<style>
span { border-color: #F2DA1C; }
span { border-color: rgb(242,218,28); }
td.TdClassName
{
border-color: #F2DA1C;
}
.TagClassName
{
border-color: #F2DA1C;
}
</style>