Shades of Gorse #F8FF2F
Tints of Gorse #F8FF2F
RGB
CMYK
RGB Variations
Color information
#F8FF2F (or 0xF8FF2F) is known color: Gorse. HEX triplet: F8, FF and 2F. RGB value is (248,255,47). Sum of RGB (Red+Green+Blue) = 248+255+47=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 47 (18.75% from 255 or 8.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF2F is #0700D0. Grayscale: #E6E6E6. Windows color (decimal): -458961 or 3145720. OLE color: 3145720.
HSL color Cylindrical-coordinate representation of color #F8FF2F: hue angle of 62.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8FF2F is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 47 | - |
| CMYK | 0.03 | 0 | 0.82 | 0 |
| HSL | 62.02º | 1% | 0.59% | - |
| HSV(B) | 62.02º | 0.82% | 1% | - |
| XYZ | 74.98 | 91.68 | 16.43 | - |
| YUV | 229.2 | 25.18 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 47 | 0.03 | 0 | 0.82 | 0 | 62.02 | 1 | 0.59 |
| Hex | F8 | FF | 2F | 3 | 0 | 52 | 0 | 3E | 64 | 3B |
| Octal | 370 | 377 | 57 | 3 | 0 | 122 | 0 | 76 | 144 | 73 |
| Binary | 11111000 | 11111111 | 101111 | 11 | 0 | 1010010 | 0 | 111110 | 1100100 | 111011 |
Color Harmonies of #F8FF2F
Complementary color
Monochromatic Colors of #F8FF2F
Black with #F8FF2F
Text Example
Text Example
White with #F8FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF2F; }
p { color: rgb(248,255,47); }
H1.HeaderClassName
{
color: #F8FF2F;
}
.AnyTagClassName
{
color: #F8FF2F;
}
</style>
background-color css
<style>
a { background-color: #F8FF2F; }
a { background-color: rgb(248,255,47); }
div.DivClassName
{
background-color: #F8FF2F;
}
.BgClassName
{
background-color: #F8FF2F;
}
</style>
border-color css
<style>
span { border-color: #F8FF2F; }
span { border-color: rgb(248,255,47); }
td.TdClassName
{
border-color: #F8FF2F;
}
.TagClassName
{
border-color: #F8FF2F;
}
</style>