Shades of Broom #F2DB21
Tints of Broom #F2DB21
RGB
CMYK
RGB Variations
Color information
#F2DB21 (or 0xF2DB21) is known color: Broom. HEX triplet: F2, DB and 21. RGB value is (242,219,33). Sum of RGB (Red+Green+Blue) = 242+219+33=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB21 is #0D24DE. Grayscale: #CDCDCD. Windows color (decimal): -861407 or 2218994. OLE color: 2218994.
HSL color Cylindrical-coordinate representation of color #F2DB21: hue angle of 53.4º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2DB21 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 33 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.05 |
| HSL | 53.4º | 0.89% | 0.54% | - |
| HSV(B) | 53.4º | 0.86% | 0.95% | - |
| XYZ | 62.22 | 69.65 | 11.6 | - |
| YUV | 204.67 | 31.12 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 33 | 0 | 0.10 | 0.86 | 0.05 | 53.4 | 0.89 | 0.54 |
| Hex | F2 | DB | 21 | 0 | A | 56 | 5 | 35 | 59 | 36 |
| Octal | 362 | 333 | 41 | 0 | 12 | 126 | 5 | 65 | 131 | 66 |
| Binary | 11110010 | 11011011 | 100001 | 0 | 1010 | 1010110 | 101 | 110101 | 1011001 | 110110 |
Color Harmonies of #F2DB21
Complementary color
Monochromatic Colors of #F2DB21
Black with #F2DB21
Text Example
Text Example
White with #F2DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB21; }
p { color: rgb(242,219,33); }
H1.HeaderClassName
{
color: #F2DB21;
}
.AnyTagClassName
{
color: #F2DB21;
}
</style>
background-color css
<style>
a { background-color: #F2DB21; }
a { background-color: rgb(242,219,33); }
div.DivClassName
{
background-color: #F2DB21;
}
.BgClassName
{
background-color: #F2DB21;
}
</style>
border-color css
<style>
span { border-color: #F2DB21; }
span { border-color: rgb(242,219,33); }
td.TdClassName
{
border-color: #F2DB21;
}
.TagClassName
{
border-color: #F2DB21;
}
</style>