Shades of Gorse #F5ED3C
Tints of Gorse #F5ED3C
RGB
CMYK
RGB Variations
Color information
#F5ED3C (or 0xF5ED3C) is known color: Gorse. HEX triplet: F5, ED and 3C. RGB value is (245,237,60). Sum of RGB (Red+Green+Blue) = 245+237+60=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 60 (23.83% from 255 or 11.07% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED3C is #0A12C3. Grayscale: #DBDBDB. Windows color (decimal): -660164 or 3993077. OLE color: 3993077.
HSL color Cylindrical-coordinate representation of color #F5ED3C: hue angle of 57.41º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5ED3C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 60 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.04 |
| HSL | 57.41º | 0.9% | 0.6% | - |
| HSV(B) | 57.41º | 0.76% | 0.96% | - |
| XYZ | 68.76 | 80.31 | 16.15 | - |
| YUV | 219.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 60 | 0 | 0.03 | 0.76 | 0.04 | 57.41 | 0.9 | 0.6 |
| Hex | F5 | ED | 3C | 0 | 3 | 4C | 4 | 39 | 5A | 3C |
| Octal | 365 | 355 | 74 | 0 | 3 | 114 | 4 | 71 | 132 | 74 |
| Binary | 11110101 | 11101101 | 111100 | 0 | 11 | 1001100 | 100 | 111001 | 1011010 | 111100 |
Color Harmonies of #F5ED3C
Complementary color
Monochromatic Colors of #F5ED3C
Black with #F5ED3C
Text Example
Text Example
White with #F5ED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED3C; }
p { color: rgb(245,237,60); }
H1.HeaderClassName
{
color: #F5ED3C;
}
.AnyTagClassName
{
color: #F5ED3C;
}
</style>
background-color css
<style>
a { background-color: #F5ED3C; }
a { background-color: rgb(245,237,60); }
div.DivClassName
{
background-color: #F5ED3C;
}
.BgClassName
{
background-color: #F5ED3C;
}
</style>
border-color css
<style>
span { border-color: #F5ED3C; }
span { border-color: rgb(245,237,60); }
td.TdClassName
{
border-color: #F5ED3C;
}
.TagClassName
{
border-color: #F5ED3C;
}
</style>