Shades of Broom #F1D020
Tints of Broom #F1D020
RGB
CMYK
RGB Variations
Color information
#F1D020 (or 0xF1D020) is known color: Broom. HEX triplet: F1, D0 and 20. RGB value is (241,208,32). Sum of RGB (Red+Green+Blue) = 241+208+32=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D020 is #0E2FDF. Grayscale: #C6C6C6. Windows color (decimal): -929760 or 2150641. OLE color: 2150641.
HSL color Cylindrical-coordinate representation of color #F1D020: hue angle of 50.53º 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 #F1D020 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 32 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.05 |
| HSL | 50.53º | 0.88% | 0.54% | - |
| HSV(B) | 50.53º | 0.87% | 0.95% | - |
| XYZ | 59.09 | 63.92 | 10.59 | - |
| YUV | 197.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 32 | 0 | 0.14 | 0.87 | 0.05 | 50.53 | 0.88 | 0.54 |
| Hex | F1 | D0 | 20 | 0 | E | 57 | 5 | 33 | 58 | 36 |
| Octal | 361 | 320 | 40 | 0 | 16 | 127 | 5 | 63 | 130 | 66 |
| Binary | 11110001 | 11010000 | 100000 | 0 | 1110 | 1010111 | 101 | 110011 | 1011000 | 110110 |
Color Harmonies of #F1D020
Complementary color
Monochromatic Colors of #F1D020
Black with #F1D020
Text Example
Text Example
White with #F1D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D020; }
p { color: rgb(241,208,32); }
H1.HeaderClassName
{
color: #F1D020;
}
.AnyTagClassName
{
color: #F1D020;
}
</style>
background-color css
<style>
a { background-color: #F1D020; }
a { background-color: rgb(241,208,32); }
div.DivClassName
{
background-color: #F1D020;
}
.BgClassName
{
background-color: #F1D020;
}
</style>
border-color css
<style>
span { border-color: #F1D020; }
span { border-color: rgb(241,208,32); }
td.TdClassName
{
border-color: #F1D020;
}
.TagClassName
{
border-color: #F1D020;
}
</style>