Shades of Gorse #F5E233
Tints of Gorse #F5E233
RGB
CMYK
RGB Variations
Color information
#F5E233 (or 0xF5E233) is known color: Gorse. HEX triplet: F5, E2 and 33. RGB value is (245,226,51). Sum of RGB (Red+Green+Blue) = 245+226+51=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E233 is #0A1DCC. Grayscale: #D4D4D4. Windows color (decimal): -662989 or 3400437. OLE color: 3400437.
HSL color Cylindrical-coordinate representation of color #F5E233: hue angle of 54.12º 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 #F5E233 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 51 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.04 |
| HSL | 54.12º | 0.91% | 0.58% | - |
| HSV(B) | 54.12º | 0.79% | 0.96% | - |
| XYZ | 65.45 | 74.04 | 13.97 | - |
| YUV | 211.73 | 37.29 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 51 | 0 | 0.08 | 0.79 | 0.04 | 54.12 | 0.91 | 0.58 |
| Hex | F5 | E2 | 33 | 0 | 8 | 4F | 4 | 36 | 5B | 3A |
| Octal | 365 | 342 | 63 | 0 | 10 | 117 | 4 | 66 | 133 | 72 |
| Binary | 11110101 | 11100010 | 110011 | 0 | 1000 | 1001111 | 100 | 110110 | 1011011 | 111010 |
Color Harmonies of #F5E233
Complementary color
Monochromatic Colors of #F5E233
Black with #F5E233
Text Example
Text Example
White with #F5E233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E233; }
p { color: rgb(245,226,51); }
H1.HeaderClassName
{
color: #F5E233;
}
.AnyTagClassName
{
color: #F5E233;
}
</style>
background-color css
<style>
a { background-color: #F5E233; }
a { background-color: rgb(245,226,51); }
div.DivClassName
{
background-color: #F5E233;
}
.BgClassName
{
background-color: #F5E233;
}
</style>
border-color css
<style>
span { border-color: #F5E233; }
span { border-color: rgb(245,226,51); }
td.TdClassName
{
border-color: #F5E233;
}
.TagClassName
{
border-color: #F5E233;
}
</style>