Shades of Broom #F2D61F
Tints of Broom #F2D61F
RGB
CMYK
RGB Variations
Color information
#F2D61F (or 0xF2D61F) is known color: Broom. HEX triplet: F2, D6 and 1F. RGB value is (242,214,31). Sum of RGB (Red+Green+Blue) = 242+214+31=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D61F is #0D29E0. Grayscale: #CACACA. Windows color (decimal): -862689 or 2086642. OLE color: 2086642.
HSL color Cylindrical-coordinate representation of color #F2D61F: hue angle of 52.04º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2D61F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 31 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.05 |
| HSL | 52.04º | 0.89% | 0.54% | - |
| HSV(B) | 52.04º | 0.87% | 0.95% | - |
| XYZ | 60.91 | 67.07 | 11.03 | - |
| YUV | 201.51 | 31.78 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 31 | 0 | 0.12 | 0.87 | 0.05 | 52.04 | 0.89 | 0.54 |
| Hex | F2 | D6 | 1F | 0 | C | 57 | 5 | 34 | 59 | 36 |
| Octal | 362 | 326 | 37 | 0 | 14 | 127 | 5 | 64 | 131 | 66 |
| Binary | 11110010 | 11010110 | 11111 | 0 | 1100 | 1010111 | 101 | 110100 | 1011001 | 110110 |
Color Harmonies of #F2D61F
Complementary color
Monochromatic Colors of #F2D61F
Black with #F2D61F
Text Example
Text Example
White with #F2D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D61F; }
p { color: rgb(242,214,31); }
H1.HeaderClassName
{
color: #F2D61F;
}
.AnyTagClassName
{
color: #F2D61F;
}
</style>
background-color css
<style>
a { background-color: #F2D61F; }
a { background-color: rgb(242,214,31); }
div.DivClassName
{
background-color: #F2D61F;
}
.BgClassName
{
background-color: #F2D61F;
}
</style>
border-color css
<style>
span { border-color: #F2D61F; }
span { border-color: rgb(242,214,31); }
td.TdClassName
{
border-color: #F2D61F;
}
.TagClassName
{
border-color: #F2D61F;
}
</style>