Shades of Gorse #F5ED3F
Tints of Gorse #F5ED3F
RGB
CMYK
RGB Variations
Color information
#F5ED3F (or 0xF5ED3F) is known color: Gorse. HEX triplet: F5, ED and 3F. RGB value is (245,237,63). Sum of RGB (Red+Green+Blue) = 245+237+63=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 63 (25% from 255 or 11.56% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED3F is #0A12C0. Grayscale: #DCDCDC. Windows color (decimal): -660161 or 4189685. OLE color: 4189685.
HSL color Cylindrical-coordinate representation of color #F5ED3F: hue angle of 57.36º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5ED3F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 63 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.04 |
| HSL | 57.36º | 0.9% | 0.6% | - |
| HSV(B) | 57.36º | 0.74% | 0.96% | - |
| XYZ | 68.84 | 80.34 | 16.58 | - |
| YUV | 219.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 63 | 0 | 0.03 | 0.74 | 0.04 | 57.36 | 0.9 | 0.6 |
| Hex | F5 | ED | 3F | 0 | 3 | 4A | 4 | 39 | 5A | 3C |
| Octal | 365 | 355 | 77 | 0 | 3 | 112 | 4 | 71 | 132 | 74 |
| Binary | 11110101 | 11101101 | 111111 | 0 | 11 | 1001010 | 100 | 111001 | 1011010 | 111100 |
Color Harmonies of #F5ED3F
Complementary color
Monochromatic Colors of #F5ED3F
Black with #F5ED3F
Text Example
Text Example
White with #F5ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED3F; }
p { color: rgb(245,237,63); }
H1.HeaderClassName
{
color: #F5ED3F;
}
.AnyTagClassName
{
color: #F5ED3F;
}
</style>
background-color css
<style>
a { background-color: #F5ED3F; }
a { background-color: rgb(245,237,63); }
div.DivClassName
{
background-color: #F5ED3F;
}
.BgClassName
{
background-color: #F5ED3F;
}
</style>
border-color css
<style>
span { border-color: #F5ED3F; }
span { border-color: rgb(245,237,63); }
td.TdClassName
{
border-color: #F5ED3F;
}
.TagClassName
{
border-color: #F5ED3F;
}
</style>