Shades of Gorse #F7FB2D
Tints of Gorse #F7FB2D
RGB
CMYK
RGB Variations
Color information
#F7FB2D (or 0xF7FB2D) is known color: Gorse. HEX triplet: F7, FB and 2D. RGB value is (247,251,45). Sum of RGB (Red+Green+Blue) = 247+251+45=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 45 (17.97% from 255 or 8.29% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FB2D is #0804D2. Grayscale: #E3E3E3. Windows color (decimal): -525523 or 3013623. OLE color: 3013623.
HSL color Cylindrical-coordinate representation of color #F7FB2D: hue angle of 61.17º 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 #F7FB2D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 251 | 45 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.02 |
| HSL | 61.17º | 0.96% | 0.58% | - |
| HSV(B) | 61.17º | 0.82% | 0.98% | - |
| XYZ | 73.33 | 88.96 | 15.79 | - |
| YUV | 226.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 251 | 45 | 0.02 | 0 | 0.82 | 0.02 | 61.17 | 0.96 | 0.58 |
| Hex | F7 | FB | 2D | 2 | 0 | 52 | 2 | 3D | 60 | 3A |
| Octal | 367 | 373 | 55 | 2 | 0 | 122 | 2 | 75 | 140 | 72 |
| Binary | 11110111 | 11111011 | 101101 | 10 | 0 | 1010010 | 10 | 111101 | 1100000 | 111010 |
Color Harmonies of #F7FB2D
Complementary color
Monochromatic Colors of #F7FB2D
Black with #F7FB2D
Text Example
Text Example
White with #F7FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FB2D; }
p { color: rgb(247,251,45); }
H1.HeaderClassName
{
color: #F7FB2D;
}
.AnyTagClassName
{
color: #F7FB2D;
}
</style>
background-color css
<style>
a { background-color: #F7FB2D; }
a { background-color: rgb(247,251,45); }
div.DivClassName
{
background-color: #F7FB2D;
}
.BgClassName
{
background-color: #F7FB2D;
}
</style>
border-color css
<style>
span { border-color: #F7FB2D; }
span { border-color: rgb(247,251,45); }
td.TdClassName
{
border-color: #F7FB2D;
}
.TagClassName
{
border-color: #F7FB2D;
}
</style>