Shades of Gorse #F9F53D
Tints of Gorse #F9F53D
RGB
CMYK
RGB Variations
Color information
#F9F53D (or 0xF9F53D) is known color: Gorse. HEX triplet: F9, F5 and 3D. RGB value is (249,245,61). Sum of RGB (Red+Green+Blue) = 249+245+61=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 61 (24.22% from 255 or 10.99% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F53D is #060AC2. Grayscale: #E1E1E1. Windows color (decimal): -395971 or 4060665. OLE color: 4060665.
HSL color Cylindrical-coordinate representation of color #F9F53D: hue angle of 58.72º 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 #F9F53D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 245 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.02 |
| HSL | 58.72º | 0.94% | 0.61% | - |
| HSV(B) | 58.72º | 0.76% | 0.98% | - |
| XYZ | 72.56 | 85.78 | 17.15 | - |
| YUV | 225.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 245 | 61 | 0 | 0.02 | 0.76 | 0.02 | 58.72 | 0.94 | 0.61 |
| Hex | F9 | F5 | 3D | 0 | 2 | 4C | 2 | 3B | 5E | 3D |
| Octal | 371 | 365 | 75 | 0 | 2 | 114 | 2 | 73 | 136 | 75 |
| Binary | 11111001 | 11110101 | 111101 | 0 | 10 | 1001100 | 10 | 111011 | 1011110 | 111101 |
Color Harmonies of #F9F53D
Complementary color
Monochromatic Colors of #F9F53D
Black with #F9F53D
Text Example
Text Example
White with #F9F53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F53D; }
p { color: rgb(249,245,61); }
H1.HeaderClassName
{
color: #F9F53D;
}
.AnyTagClassName
{
color: #F9F53D;
}
</style>
background-color css
<style>
a { background-color: #F9F53D; }
a { background-color: rgb(249,245,61); }
div.DivClassName
{
background-color: #F9F53D;
}
.BgClassName
{
background-color: #F9F53D;
}
</style>
border-color css
<style>
span { border-color: #F9F53D; }
span { border-color: rgb(249,245,61); }
td.TdClassName
{
border-color: #F9F53D;
}
.TagClassName
{
border-color: #F9F53D;
}
</style>