Shades of Gorse #F9E732
Tints of Gorse #F9E732
RGB
CMYK
RGB Variations
Color information
#F9E732 (or 0xF9E732) is known color: Gorse. HEX triplet: F9, E7 and 32. RGB value is (249,231,50). Sum of RGB (Red+Green+Blue) = 249+231+50=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E732 is #0618CD. Grayscale: #D8D8D8. Windows color (decimal): -399566 or 3336185. OLE color: 3336185.
HSL color Cylindrical-coordinate representation of color #F9E732: hue angle of 54.57º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9E732 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.02 |
| HSL | 54.57º | 0.94% | 0.59% | - |
| HSV(B) | 54.57º | 0.8% | 0.98% | - |
| XYZ | 68.22 | 77.52 | 14.39 | - |
| YUV | 215.75 | 34.46 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 50 | 0 | 0.07 | 0.80 | 0.02 | 54.57 | 0.94 | 0.59 |
| Hex | F9 | E7 | 32 | 0 | 7 | 50 | 2 | 37 | 5E | 3B |
| Octal | 371 | 347 | 62 | 0 | 7 | 120 | 2 | 67 | 136 | 73 |
| Binary | 11111001 | 11100111 | 110010 | 0 | 111 | 1010000 | 10 | 110111 | 1011110 | 111011 |
Color Harmonies of #F9E732
Complementary color
Monochromatic Colors of #F9E732
Black with #F9E732
Text Example
Text Example
White with #F9E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E732; }
p { color: rgb(249,231,50); }
H1.HeaderClassName
{
color: #F9E732;
}
.AnyTagClassName
{
color: #F9E732;
}
</style>
background-color css
<style>
a { background-color: #F9E732; }
a { background-color: rgb(249,231,50); }
div.DivClassName
{
background-color: #F9E732;
}
.BgClassName
{
background-color: #F9E732;
}
</style>
border-color css
<style>
span { border-color: #F9E732; }
span { border-color: rgb(249,231,50); }
td.TdClassName
{
border-color: #F9E732;
}
.TagClassName
{
border-color: #F9E732;
}
</style>