Shades of Gorse #F1E343
Tints of Gorse #F1E343
RGB
CMYK
RGB Variations
Color information
#F1E343 (or 0xF1E343) is known color: Gorse. HEX triplet: F1, E3 and 43. RGB value is (241,227,67). Sum of RGB (Red+Green+Blue) = 241+227+67=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 67 (26.56% from 255 or 12.52% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E343 is #0E1CBC. Grayscale: #D5D5D5. Windows color (decimal): -924861 or 4449265. OLE color: 4449265.
HSL color Cylindrical-coordinate representation of color #F1E343: hue angle of 55.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1E343 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 67 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.05 |
| HSL | 55.17º | 0.86% | 0.6% | - |
| HSV(B) | 55.17º | 0.72% | 0.95% | - |
| XYZ | 64.76 | 74.04 | 16.19 | - |
| YUV | 212.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 67 | 0 | 0.06 | 0.72 | 0.05 | 55.17 | 0.86 | 0.6 |
| Hex | F1 | E3 | 43 | 0 | 6 | 48 | 5 | 37 | 56 | 3C |
| Octal | 361 | 343 | 103 | 0 | 6 | 110 | 5 | 67 | 126 | 74 |
| Binary | 11110001 | 11100011 | 1000011 | 0 | 110 | 1001000 | 101 | 110111 | 1010110 | 111100 |
Color Harmonies of #F1E343
Complementary color
Monochromatic Colors of #F1E343
Black with #F1E343
Text Example
Text Example
White with #F1E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E343; }
p { color: rgb(241,227,67); }
H1.HeaderClassName
{
color: #F1E343;
}
.AnyTagClassName
{
color: #F1E343;
}
</style>
background-color css
<style>
a { background-color: #F1E343; }
a { background-color: rgb(241,227,67); }
div.DivClassName
{
background-color: #F1E343;
}
.BgClassName
{
background-color: #F1E343;
}
</style>
border-color css
<style>
span { border-color: #F1E343; }
span { border-color: rgb(241,227,67); }
td.TdClassName
{
border-color: #F1E343;
}
.TagClassName
{
border-color: #F1E343;
}
</style>