Shades of Gorse #F9F82C
Tints of Gorse #F9F82C
RGB
CMYK
RGB Variations
Color information
#F9F82C (or 0xF9F82C) is known color: Gorse. HEX triplet: F9, F8 and 2C. RGB value is (249,248,44). Sum of RGB (Red+Green+Blue) = 249+248+44=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 44 (17.58% from 255 or 8.13% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F82C is #0607D3. Grayscale: #E1E1E1. Windows color (decimal): -395220 or 2947321. OLE color: 2947321.
HSL color Cylindrical-coordinate representation of color #F9F82C: hue angle of 59.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9F82C is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 44 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.02 |
| HSL | 59.71º | 0.94% | 0.57% | - |
| HSV(B) | 59.71º | 0.82% | 0.98% | - |
| XYZ | 73.09 | 87.46 | 15.41 | - |
| YUV | 225.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 44 | 0 | 0.00 | 0.82 | 0.02 | 59.71 | 0.94 | 0.57 |
| Hex | F9 | F8 | 2C | 0 | 0 | 52 | 2 | 3C | 5E | 39 |
| Octal | 371 | 370 | 54 | 0 | 0 | 122 | 2 | 74 | 136 | 71 |
| Binary | 11111001 | 11111000 | 101100 | 0 | 0 | 1010010 | 10 | 111100 | 1011110 | 111001 |
Color Harmonies of #F9F82C
Complementary color
Monochromatic Colors of #F9F82C
Black with #F9F82C
Text Example
Text Example
White with #F9F82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F82C; }
p { color: rgb(249,248,44); }
H1.HeaderClassName
{
color: #F9F82C;
}
.AnyTagClassName
{
color: #F9F82C;
}
</style>
background-color css
<style>
a { background-color: #F9F82C; }
a { background-color: rgb(249,248,44); }
div.DivClassName
{
background-color: #F9F82C;
}
.BgClassName
{
background-color: #F9F82C;
}
</style>
border-color css
<style>
span { border-color: #F9F82C; }
span { border-color: rgb(249,248,44); }
td.TdClassName
{
border-color: #F9F82C;
}
.TagClassName
{
border-color: #F9F82C;
}
</style>