Shades of Broom #F2D722
Tints of Broom #F2D722
RGB
CMYK
RGB Variations
Color information
#F2D722 (or 0xF2D722) is known color: Broom. HEX triplet: F2, D7 and 22. RGB value is (242,215,34). Sum of RGB (Red+Green+Blue) = 242+215+34=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D722 is #0D28DD. Grayscale: #CBCBCB. Windows color (decimal): -862430 or 2283506. OLE color: 2283506.
HSL color Cylindrical-coordinate representation of color #F2D722: hue angle of 52.21º 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 #F2D722 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 34 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.05 |
| HSL | 52.21º | 0.89% | 0.54% | - |
| HSV(B) | 52.21º | 0.86% | 0.95% | - |
| XYZ | 61.21 | 67.59 | 11.33 | - |
| YUV | 202.44 | 32.95 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 34 | 0 | 0.11 | 0.86 | 0.05 | 52.21 | 0.89 | 0.54 |
| Hex | F2 | D7 | 22 | 0 | B | 56 | 5 | 34 | 59 | 36 |
| Octal | 362 | 327 | 42 | 0 | 13 | 126 | 5 | 64 | 131 | 66 |
| Binary | 11110010 | 11010111 | 100010 | 0 | 1011 | 1010110 | 101 | 110100 | 1011001 | 110110 |
Color Harmonies of #F2D722
Complementary color
Monochromatic Colors of #F2D722
Black with #F2D722
Text Example
Text Example
White with #F2D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D722; }
p { color: rgb(242,215,34); }
H1.HeaderClassName
{
color: #F2D722;
}
.AnyTagClassName
{
color: #F2D722;
}
</style>
background-color css
<style>
a { background-color: #F2D722; }
a { background-color: rgb(242,215,34); }
div.DivClassName
{
background-color: #F2D722;
}
.BgClassName
{
background-color: #F2D722;
}
</style>
border-color css
<style>
span { border-color: #F2D722; }
span { border-color: rgb(242,215,34); }
td.TdClassName
{
border-color: #F2D722;
}
.TagClassName
{
border-color: #F2D722;
}
</style>