Shades of Broom #F1D620
Tints of Broom #F1D620
RGB
CMYK
RGB Variations
Color information
#F1D620 (or 0xF1D620) is known color: Broom. HEX triplet: F1, D6 and 20. RGB value is (241,214,32). Sum of RGB (Red+Green+Blue) = 241+214+32=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D620 is #0E29DF. Grayscale: #CACACA. Windows color (decimal): -928224 or 2152177. OLE color: 2152177.
HSL color Cylindrical-coordinate representation of color #F1D620: hue angle of 52.25º degrees, saturation: 0.88, 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 #F1D620 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.05 |
| HSL | 52.25º | 0.88% | 0.54% | - |
| HSV(B) | 52.25º | 0.87% | 0.95% | - |
| XYZ | 60.58 | 66.9 | 11.09 | - |
| YUV | 201.33 | 32.45 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 32 | 0 | 0.11 | 0.87 | 0.05 | 52.25 | 0.88 | 0.54 |
| Hex | F1 | D6 | 20 | 0 | B | 57 | 5 | 34 | 58 | 36 |
| Octal | 361 | 326 | 40 | 0 | 13 | 127 | 5 | 64 | 130 | 66 |
| Binary | 11110001 | 11010110 | 100000 | 0 | 1011 | 1010111 | 101 | 110100 | 1011000 | 110110 |
Color Harmonies of #F1D620
Complementary color
Monochromatic Colors of #F1D620
Black with #F1D620
Text Example
Text Example
White with #F1D620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D620; }
p { color: rgb(241,214,32); }
H1.HeaderClassName
{
color: #F1D620;
}
.AnyTagClassName
{
color: #F1D620;
}
</style>
background-color css
<style>
a { background-color: #F1D620; }
a { background-color: rgb(241,214,32); }
div.DivClassName
{
background-color: #F1D620;
}
.BgClassName
{
background-color: #F1D620;
}
</style>
border-color css
<style>
span { border-color: #F1D620; }
span { border-color: rgb(241,214,32); }
td.TdClassName
{
border-color: #F1D620;
}
.TagClassName
{
border-color: #F1D620;
}
</style>