Shades of Gorse #F9FB2D
Tints of Gorse #F9FB2D
RGB
CMYK
RGB Variations
Color information
#F9FB2D (or 0xF9FB2D) is known color: Gorse. HEX triplet: F9, FB and 2D. RGB value is (249,251,45). Sum of RGB (Red+Green+Blue) = 249+251+45=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 45 (17.97% from 255 or 8.26% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FB2D is #0604D2. Grayscale: #E3E3E3. Windows color (decimal): -394451 or 3013625. OLE color: 3013625.
HSL color Cylindrical-coordinate representation of color #F9FB2D: hue angle of 60.58º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9FB2D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 45 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.02 |
| HSL | 60.58º | 0.96% | 0.58% | - |
| HSV(B) | 60.58º | 0.82% | 0.98% | - |
| XYZ | 74.04 | 89.32 | 15.82 | - |
| YUV | 226.92 | 25.34 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 45 | 0.01 | 0 | 0.82 | 0.02 | 60.58 | 0.96 | 0.58 |
| Hex | F9 | FB | 2D | 1 | 0 | 52 | 2 | 3D | 60 | 3A |
| Octal | 371 | 373 | 55 | 1 | 0 | 122 | 2 | 75 | 140 | 72 |
| Binary | 11111001 | 11111011 | 101101 | 1 | 0 | 1010010 | 10 | 111101 | 1100000 | 111010 |
Color Harmonies of #F9FB2D
Complementary color
Monochromatic Colors of #F9FB2D
Black with #F9FB2D
Text Example
Text Example
White with #F9FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB2D; }
p { color: rgb(249,251,45); }
H1.HeaderClassName
{
color: #F9FB2D;
}
.AnyTagClassName
{
color: #F9FB2D;
}
</style>
background-color css
<style>
a { background-color: #F9FB2D; }
a { background-color: rgb(249,251,45); }
div.DivClassName
{
background-color: #F9FB2D;
}
.BgClassName
{
background-color: #F9FB2D;
}
</style>
border-color css
<style>
span { border-color: #F9FB2D; }
span { border-color: rgb(249,251,45); }
td.TdClassName
{
border-color: #F9FB2D;
}
.TagClassName
{
border-color: #F9FB2D;
}
</style>