Shades of Broom #F2DB1C
Tints of Broom #F2DB1C
RGB
CMYK
RGB Variations
Color information
#F2DB1C (or 0xF2DB1C) is known color: Broom. HEX triplet: F2, DB and 1C. RGB value is (242,219,28). Sum of RGB (Red+Green+Blue) = 242+219+28=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB1C is #0D24E3. Grayscale: #CCCCCC. Windows color (decimal): -861412 or 1891314. OLE color: 1891314.
HSL color Cylindrical-coordinate representation of color #F2DB1C: hue angle of 53.55º 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 #F2DB1C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 28 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.05 |
| HSL | 53.55º | 0.89% | 0.53% | - |
| HSV(B) | 53.55º | 0.88% | 0.95% | - |
| XYZ | 62.16 | 69.62 | 11.26 | - |
| YUV | 204.1 | 28.62 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 28 | 0 | 0.10 | 0.88 | 0.05 | 53.55 | 0.89 | 0.53 |
| Hex | F2 | DB | 1C | 0 | A | 58 | 5 | 36 | 59 | 35 |
| Octal | 362 | 333 | 34 | 0 | 12 | 130 | 5 | 66 | 131 | 65 |
| Binary | 11110010 | 11011011 | 11100 | 0 | 1010 | 1011000 | 101 | 110110 | 1011001 | 110101 |
Color Harmonies of #F2DB1C
Complementary color
Monochromatic Colors of #F2DB1C
Black with #F2DB1C
Text Example
Text Example
White with #F2DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB1C; }
p { color: rgb(242,219,28); }
H1.HeaderClassName
{
color: #F2DB1C;
}
.AnyTagClassName
{
color: #F2DB1C;
}
</style>
background-color css
<style>
a { background-color: #F2DB1C; }
a { background-color: rgb(242,219,28); }
div.DivClassName
{
background-color: #F2DB1C;
}
.BgClassName
{
background-color: #F2DB1C;
}
</style>
border-color css
<style>
span { border-color: #F2DB1C; }
span { border-color: rgb(242,219,28); }
td.TdClassName
{
border-color: #F2DB1C;
}
.TagClassName
{
border-color: #F2DB1C;
}
</style>