Shades of Gorse #F5E343
Tints of Gorse #F5E343
RGB
CMYK
RGB Variations
Color information
#F5E343 (or 0xF5E343) is known color: Gorse. HEX triplet: F5, E3 and 43. RGB value is (245,227,67). Sum of RGB (Red+Green+Blue) = 245+227+67=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E343 is #0A1CBC. Grayscale: #D6D6D6. Windows color (decimal): -662717 or 4449269. OLE color: 4449269.
HSL color Cylindrical-coordinate representation of color #F5E343: hue angle of 53.93º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5E343 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 67 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.04 |
| HSL | 53.93º | 0.9% | 0.61% | - |
| HSV(B) | 53.93º | 0.73% | 0.96% | - |
| XYZ | 66.14 | 74.76 | 16.25 | - |
| YUV | 214.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 67 | 0 | 0.07 | 0.73 | 0.04 | 53.93 | 0.9 | 0.61 |
| Hex | F5 | E3 | 43 | 0 | 7 | 49 | 4 | 36 | 5A | 3D |
| Octal | 365 | 343 | 103 | 0 | 7 | 111 | 4 | 66 | 132 | 75 |
| Binary | 11110101 | 11100011 | 1000011 | 0 | 111 | 1001001 | 100 | 110110 | 1011010 | 111101 |
Color Harmonies of #F5E343
Complementary color
Monochromatic Colors of #F5E343
Black with #F5E343
Text Example
Text Example
White with #F5E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E343; }
p { color: rgb(245,227,67); }
H1.HeaderClassName
{
color: #F5E343;
}
.AnyTagClassName
{
color: #F5E343;
}
</style>
background-color css
<style>
a { background-color: #F5E343; }
a { background-color: rgb(245,227,67); }
div.DivClassName
{
background-color: #F5E343;
}
.BgClassName
{
background-color: #F5E343;
}
</style>
border-color css
<style>
span { border-color: #F5E343; }
span { border-color: rgb(245,227,67); }
td.TdClassName
{
border-color: #F5E343;
}
.TagClassName
{
border-color: #F5E343;
}
</style>