Shades of Gorse #F9ED2A
Tints of Gorse #F9ED2A
RGB
CMYK
RGB Variations
Color information
#F9ED2A (or 0xF9ED2A) is known color: Gorse. HEX triplet: F9, ED and 2A. RGB value is (249,237,42). Sum of RGB (Red+Green+Blue) = 249+237+42=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9ED2A is #0612D5. Grayscale: #DBDBDB. Windows color (decimal): -398038 or 2813433. OLE color: 2813433.
HSL color Cylindrical-coordinate representation of color #F9ED2A: hue angle of 56.52º 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 #F9ED2A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 42 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.02 |
| HSL | 56.52º | 0.95% | 0.57% | - |
| HSV(B) | 56.52º | 0.83% | 0.98% | - |
| XYZ | 69.77 | 80.88 | 14.12 | - |
| YUV | 218.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 42 | 0 | 0.05 | 0.83 | 0.02 | 56.52 | 0.95 | 0.57 |
| Hex | F9 | ED | 2A | 0 | 5 | 53 | 2 | 39 | 5F | 39 |
| Octal | 371 | 355 | 52 | 0 | 5 | 123 | 2 | 71 | 137 | 71 |
| Binary | 11111001 | 11101101 | 101010 | 0 | 101 | 1010011 | 10 | 111001 | 1011111 | 111001 |
Color Harmonies of #F9ED2A
Complementary color
Monochromatic Colors of #F9ED2A
Black with #F9ED2A
Text Example
Text Example
White with #F9ED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED2A; }
p { color: rgb(249,237,42); }
H1.HeaderClassName
{
color: #F9ED2A;
}
.AnyTagClassName
{
color: #F9ED2A;
}
</style>
background-color css
<style>
a { background-color: #F9ED2A; }
a { background-color: rgb(249,237,42); }
div.DivClassName
{
background-color: #F9ED2A;
}
.BgClassName
{
background-color: #F9ED2A;
}
</style>
border-color css
<style>
span { border-color: #F9ED2A; }
span { border-color: rgb(249,237,42); }
td.TdClassName
{
border-color: #F9ED2A;
}
.TagClassName
{
border-color: #F9ED2A;
}
</style>