Shades of Gorse #F9FB2B
Tints of Gorse #F9FB2B
RGB
CMYK
RGB Variations
Color information
#F9FB2B (or 0xF9FB2B) is known color: Gorse. HEX triplet: F9, FB and 2B. RGB value is (249,251,43). Sum of RGB (Red+Green+Blue) = 249+251+43=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 43 (17.19% from 255 or 7.92% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FB2B is #0604D4. Grayscale: #E3E3E3. Windows color (decimal): -394453 or 2882553. OLE color: 2882553.
HSL color Cylindrical-coordinate representation of color #F9FB2B: 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.83%. Process color model (Four color, CMYK) of #F9FB2B is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 43 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.02 |
| HSL | 60.58º | 0.96% | 0.58% | - |
| HSV(B) | 60.58º | 0.83% | 0.98% | - |
| XYZ | 74 | 89.31 | 15.62 | - |
| YUV | 226.69 | 24.34 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 43 | 0.01 | 0 | 0.83 | 0.02 | 60.58 | 0.96 | 0.58 |
| Hex | F9 | FB | 2B | 1 | 0 | 53 | 2 | 3D | 60 | 3A |
| Octal | 371 | 373 | 53 | 1 | 0 | 123 | 2 | 75 | 140 | 72 |
| Binary | 11111001 | 11111011 | 101011 | 1 | 0 | 1010011 | 10 | 111101 | 1100000 | 111010 |
Color Harmonies of #F9FB2B
Complementary color
Monochromatic Colors of #F9FB2B
Black with #F9FB2B
Text Example
Text Example
White with #F9FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB2B; }
p { color: rgb(249,251,43); }
H1.HeaderClassName
{
color: #F9FB2B;
}
.AnyTagClassName
{
color: #F9FB2B;
}
</style>
background-color css
<style>
a { background-color: #F9FB2B; }
a { background-color: rgb(249,251,43); }
div.DivClassName
{
background-color: #F9FB2B;
}
.BgClassName
{
background-color: #F9FB2B;
}
</style>
border-color css
<style>
span { border-color: #F9FB2B; }
span { border-color: rgb(249,251,43); }
td.TdClassName
{
border-color: #F9FB2B;
}
.TagClassName
{
border-color: #F9FB2B;
}
</style>