Shades of Broom #F1D125
Tints of Broom #F1D125
RGB
CMYK
RGB Variations
Color information
#F1D125 (or 0xF1D125) is known color: Broom. HEX triplet: F1, D1 and 25. RGB value is (241,209,37). Sum of RGB (Red+Green+Blue) = 241+209+37=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D125 is #0E2EDA. Grayscale: #C7C7C7. Windows color (decimal): -929499 or 2478577. OLE color: 2478577.
HSL color Cylindrical-coordinate representation of color #F1D125: hue angle of 50.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1D125 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.05 |
| HSL | 50.59º | 0.88% | 0.55% | - |
| HSV(B) | 50.59º | 0.85% | 0.95% | - |
| XYZ | 59.41 | 64.44 | 11.06 | - |
| YUV | 198.96 | 36.6 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 37 | 0 | 0.13 | 0.85 | 0.05 | 50.59 | 0.88 | 0.55 |
| Hex | F1 | D1 | 25 | 0 | D | 55 | 5 | 33 | 58 | 37 |
| Octal | 361 | 321 | 45 | 0 | 15 | 125 | 5 | 63 | 130 | 67 |
| Binary | 11110001 | 11010001 | 100101 | 0 | 1101 | 1010101 | 101 | 110011 | 1011000 | 110111 |
Color Harmonies of #F1D125
Complementary color
Monochromatic Colors of #F1D125
Black with #F1D125
Text Example
Text Example
White with #F1D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D125; }
p { color: rgb(241,209,37); }
H1.HeaderClassName
{
color: #F1D125;
}
.AnyTagClassName
{
color: #F1D125;
}
</style>
background-color css
<style>
a { background-color: #F1D125; }
a { background-color: rgb(241,209,37); }
div.DivClassName
{
background-color: #F1D125;
}
.BgClassName
{
background-color: #F1D125;
}
</style>
border-color css
<style>
span { border-color: #F1D125; }
span { border-color: rgb(241,209,37); }
td.TdClassName
{
border-color: #F1D125;
}
.TagClassName
{
border-color: #F1D125;
}
</style>