Shades of Broom #F2D321
Tints of Broom #F2D321
RGB
CMYK
RGB Variations
Color information
#F2D321 (or 0xF2D321) is known color: Broom. HEX triplet: F2, D3 and 21. RGB value is (242,211,33). Sum of RGB (Red+Green+Blue) = 242+211+33=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 33 (13.28% from 255 or 6.79% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D321 is #0D2CDE. Grayscale: #C8C8C8. Windows color (decimal): -863455 or 2216946. OLE color: 2216946.
HSL color Cylindrical-coordinate representation of color #F2D321: hue angle of 51.1º 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 #F2D321 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 33 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.05 |
| HSL | 51.1º | 0.89% | 0.54% | - |
| HSV(B) | 51.1º | 0.86% | 0.95% | - |
| XYZ | 60.19 | 65.58 | 10.92 | - |
| YUV | 199.98 | 33.77 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 33 | 0 | 0.13 | 0.86 | 0.05 | 51.1 | 0.89 | 0.54 |
| Hex | F2 | D3 | 21 | 0 | D | 56 | 5 | 33 | 59 | 36 |
| Octal | 362 | 323 | 41 | 0 | 15 | 126 | 5 | 63 | 131 | 66 |
| Binary | 11110010 | 11010011 | 100001 | 0 | 1101 | 1010110 | 101 | 110011 | 1011001 | 110110 |
Color Harmonies of #F2D321
Complementary color
Monochromatic Colors of #F2D321
Black with #F2D321
Text Example
Text Example
White with #F2D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D321; }
p { color: rgb(242,211,33); }
H1.HeaderClassName
{
color: #F2D321;
}
.AnyTagClassName
{
color: #F2D321;
}
</style>
background-color css
<style>
a { background-color: #F2D321; }
a { background-color: rgb(242,211,33); }
div.DivClassName
{
background-color: #F2D321;
}
.BgClassName
{
background-color: #F2D321;
}
</style>
border-color css
<style>
span { border-color: #F2D321; }
span { border-color: rgb(242,211,33); }
td.TdClassName
{
border-color: #F2D321;
}
.TagClassName
{
border-color: #F2D321;
}
</style>