Shades of Gorse #F9E63D
Tints of Gorse #F9E63D
RGB
CMYK
RGB Variations
Color information
#F9E63D (or 0xF9E63D) is known color: Gorse. HEX triplet: F9, E6 and 3D. RGB value is (249,230,61). Sum of RGB (Red+Green+Blue) = 249+230+61=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 61 (24.22% from 255 or 11.30% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E63D is #0619C2. Grayscale: #D9D9D9. Windows color (decimal): -399811 or 4056825. OLE color: 4056825.
HSL color Cylindrical-coordinate representation of color #F9E63D: hue angle of 53.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9E63D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 61 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.02 |
| HSL | 53.94º | 0.94% | 0.61% | - |
| HSV(B) | 53.94º | 0.76% | 0.98% | - |
| XYZ | 68.21 | 77.07 | 15.7 | - |
| YUV | 216.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 61 | 0 | 0.08 | 0.76 | 0.02 | 53.94 | 0.94 | 0.61 |
| Hex | F9 | E6 | 3D | 0 | 8 | 4C | 2 | 36 | 5E | 3D |
| Octal | 371 | 346 | 75 | 0 | 10 | 114 | 2 | 66 | 136 | 75 |
| Binary | 11111001 | 11100110 | 111101 | 0 | 1000 | 1001100 | 10 | 110110 | 1011110 | 111101 |
Color Harmonies of #F9E63D
Complementary color
Monochromatic Colors of #F9E63D
Black with #F9E63D
Text Example
Text Example
White with #F9E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E63D; }
p { color: rgb(249,230,61); }
H1.HeaderClassName
{
color: #F9E63D;
}
.AnyTagClassName
{
color: #F9E63D;
}
</style>
background-color css
<style>
a { background-color: #F9E63D; }
a { background-color: rgb(249,230,61); }
div.DivClassName
{
background-color: #F9E63D;
}
.BgClassName
{
background-color: #F9E63D;
}
</style>
border-color css
<style>
span { border-color: #F9E63D; }
span { border-color: rgb(249,230,61); }
td.TdClassName
{
border-color: #F9E63D;
}
.TagClassName
{
border-color: #F9E63D;
}
</style>