Shades of Gorse #F9E62A
Tints of Gorse #F9E62A
RGB
CMYK
RGB Variations
Color information
#F9E62A (or 0xF9E62A) is known color: Gorse. HEX triplet: F9, E6 and 2A. RGB value is (249,230,42). Sum of RGB (Red+Green+Blue) = 249+230+42=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E62A is #0619D5. Grayscale: #D7D7D7. Windows color (decimal): -399830 or 2811641. OLE color: 2811641.
HSL color Cylindrical-coordinate representation of color #F9E62A: hue angle of 54.49º 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 #F9E62A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 42 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.02 |
| HSL | 54.49º | 0.95% | 0.57% | - |
| HSV(B) | 54.49º | 0.83% | 0.98% | - |
| XYZ | 67.78 | 76.9 | 13.46 | - |
| YUV | 214.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 42 | 0 | 0.08 | 0.83 | 0.02 | 54.49 | 0.95 | 0.57 |
| Hex | F9 | E6 | 2A | 0 | 8 | 53 | 2 | 36 | 5F | 39 |
| Octal | 371 | 346 | 52 | 0 | 10 | 123 | 2 | 66 | 137 | 71 |
| Binary | 11111001 | 11100110 | 101010 | 0 | 1000 | 1010011 | 10 | 110110 | 1011111 | 111001 |
Color Harmonies of #F9E62A
Complementary color
Monochromatic Colors of #F9E62A
Black with #F9E62A
Text Example
Text Example
White with #F9E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E62A; }
p { color: rgb(249,230,42); }
H1.HeaderClassName
{
color: #F9E62A;
}
.AnyTagClassName
{
color: #F9E62A;
}
</style>
background-color css
<style>
a { background-color: #F9E62A; }
a { background-color: rgb(249,230,42); }
div.DivClassName
{
background-color: #F9E62A;
}
.BgClassName
{
background-color: #F9E62A;
}
</style>
border-color css
<style>
span { border-color: #F9E62A; }
span { border-color: rgb(249,230,42); }
td.TdClassName
{
border-color: #F9E62A;
}
.TagClassName
{
border-color: #F9E62A;
}
</style>