Shades of Gorse #F5E934
Tints of Gorse #F5E934
RGB
CMYK
RGB Variations
Color information
#F5E934 (or 0xF5E934) is known color: Gorse. HEX triplet: F5, E9 and 34. RGB value is (245,233,52). Sum of RGB (Red+Green+Blue) = 245+233+52=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E934 is #0A16CB. Grayscale: #D8D8D8. Windows color (decimal): -661196 or 3467765. OLE color: 3467765.
HSL color Cylindrical-coordinate representation of color #F5E934: hue angle of 56.27º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5E934 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 52 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.04 |
| HSL | 56.27º | 0.91% | 0.58% | - |
| HSV(B) | 56.27º | 0.79% | 0.96% | - |
| XYZ | 67.41 | 77.94 | 14.74 | - |
| YUV | 215.95 | 35.48 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 52 | 0 | 0.05 | 0.79 | 0.04 | 56.27 | 0.91 | 0.58 |
| Hex | F5 | E9 | 34 | 0 | 5 | 4F | 4 | 38 | 5B | 3A |
| Octal | 365 | 351 | 64 | 0 | 5 | 117 | 4 | 70 | 133 | 72 |
| Binary | 11110101 | 11101001 | 110100 | 0 | 101 | 1001111 | 100 | 111000 | 1011011 | 111010 |
Color Harmonies of #F5E934
Complementary color
Monochromatic Colors of #F5E934
Black with #F5E934
Text Example
Text Example
White with #F5E934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E934; }
p { color: rgb(245,233,52); }
H1.HeaderClassName
{
color: #F5E934;
}
.AnyTagClassName
{
color: #F5E934;
}
</style>
background-color css
<style>
a { background-color: #F5E934; }
a { background-color: rgb(245,233,52); }
div.DivClassName
{
background-color: #F5E934;
}
.BgClassName
{
background-color: #F5E934;
}
</style>
border-color css
<style>
span { border-color: #F5E934; }
span { border-color: rgb(245,233,52); }
td.TdClassName
{
border-color: #F5E934;
}
.TagClassName
{
border-color: #F5E934;
}
</style>