Shades of Gorse #F9E92A
Tints of Gorse #F9E92A
RGB
CMYK
RGB Variations
Color information
#F9E92A (or 0xF9E92A) is known color: Gorse. HEX triplet: F9, E9 and 2A. RGB value is (249,233,42). Sum of RGB (Red+Green+Blue) = 249+233+42=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E92A is #0616D5. Grayscale: #D8D8D8. Windows color (decimal): -399062 or 2812409. OLE color: 2812409.
HSL color Cylindrical-coordinate representation of color #F9E92A: hue angle of 55.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9E92A is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 42 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.02 |
| HSL | 55.36º | 0.95% | 0.57% | - |
| HSV(B) | 55.36º | 0.83% | 0.98% | - |
| XYZ | 68.62 | 78.58 | 13.74 | - |
| YUV | 216.01 | 29.8 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 42 | 0 | 0.06 | 0.83 | 0.02 | 55.36 | 0.95 | 0.57 |
| Hex | F9 | E9 | 2A | 0 | 6 | 53 | 2 | 37 | 5F | 39 |
| Octal | 371 | 351 | 52 | 0 | 6 | 123 | 2 | 67 | 137 | 71 |
| Binary | 11111001 | 11101001 | 101010 | 0 | 110 | 1010011 | 10 | 110111 | 1011111 | 111001 |
Color Harmonies of #F9E92A
Complementary color
Monochromatic Colors of #F9E92A
Black with #F9E92A
Text Example
Text Example
White with #F9E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E92A; }
p { color: rgb(249,233,42); }
H1.HeaderClassName
{
color: #F9E92A;
}
.AnyTagClassName
{
color: #F9E92A;
}
</style>
background-color css
<style>
a { background-color: #F9E92A; }
a { background-color: rgb(249,233,42); }
div.DivClassName
{
background-color: #F9E92A;
}
.BgClassName
{
background-color: #F9E92A;
}
</style>
border-color css
<style>
span { border-color: #F9E92A; }
span { border-color: rgb(249,233,42); }
td.TdClassName
{
border-color: #F9E92A;
}
.TagClassName
{
border-color: #F9E92A;
}
</style>