Shades of Broom #F1CF1E
Tints of Broom #F1CF1E
RGB
CMYK
RGB Variations
Color information
#F1CF1E (or 0xF1CF1E) is known color: Broom. HEX triplet: F1, CF and 1E. RGB value is (241,207,30). Sum of RGB (Red+Green+Blue) = 241+207+30=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF1E is #0E30E1. Grayscale: #C5C5C5. Windows color (decimal): -930018 or 2019313. OLE color: 2019313.
HSL color Cylindrical-coordinate representation of color #F1CF1E: hue angle of 50.33º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1CF1E is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 30 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.05 |
| HSL | 50.33º | 0.88% | 0.53% | - |
| HSV(B) | 50.33º | 0.88% | 0.95% | - |
| XYZ | 58.82 | 63.42 | 10.37 | - |
| YUV | 196.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 30 | 0 | 0.14 | 0.88 | 0.05 | 50.33 | 0.88 | 0.53 |
| Hex | F1 | CF | 1E | 0 | E | 58 | 5 | 32 | 58 | 35 |
| Octal | 361 | 317 | 36 | 0 | 16 | 130 | 5 | 62 | 130 | 65 |
| Binary | 11110001 | 11001111 | 11110 | 0 | 1110 | 1011000 | 101 | 110010 | 1011000 | 110101 |
Color Harmonies of #F1CF1E
Complementary color
Monochromatic Colors of #F1CF1E
Black with #F1CF1E
Text Example
Text Example
White with #F1CF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF1E; }
p { color: rgb(241,207,30); }
H1.HeaderClassName
{
color: #F1CF1E;
}
.AnyTagClassName
{
color: #F1CF1E;
}
</style>
background-color css
<style>
a { background-color: #F1CF1E; }
a { background-color: rgb(241,207,30); }
div.DivClassName
{
background-color: #F1CF1E;
}
.BgClassName
{
background-color: #F1CF1E;
}
</style>
border-color css
<style>
span { border-color: #F1CF1E; }
span { border-color: rgb(241,207,30); }
td.TdClassName
{
border-color: #F1CF1E;
}
.TagClassName
{
border-color: #F1CF1E;
}
</style>