Shades of Gorse #F8FD2E
Tints of Gorse #F8FD2E
RGB
CMYK
RGB Variations
Color information
#F8FD2E (or 0xF8FD2E) is known color: Gorse. HEX triplet: F8, FD and 2E. RGB value is (248,253,46). Sum of RGB (Red+Green+Blue) = 248+253+46=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 46 (18.36% from 255 or 8.41% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FD2E is #0702D1. Grayscale: #E4E4E4. Windows color (decimal): -459474 or 3079672. OLE color: 3079672.
HSL color Cylindrical-coordinate representation of color #F8FD2E: hue angle of 61.45º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8FD2E is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 46 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.01 |
| HSL | 61.45º | 0.98% | 0.59% | - |
| HSV(B) | 61.45º | 0.82% | 0.99% | - |
| XYZ | 74.33 | 90.4 | 16.12 | - |
| YUV | 227.91 | 25.34 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 46 | 0.02 | 0 | 0.82 | 0.01 | 61.45 | 0.98 | 0.59 |
| Hex | F8 | FD | 2E | 2 | 0 | 52 | 1 | 3D | 62 | 3B |
| Octal | 370 | 375 | 56 | 2 | 0 | 122 | 1 | 75 | 142 | 73 |
| Binary | 11111000 | 11111101 | 101110 | 10 | 0 | 1010010 | 1 | 111101 | 1100010 | 111011 |
Color Harmonies of #F8FD2E
Complementary color
Monochromatic Colors of #F8FD2E
Black with #F8FD2E
Text Example
Text Example
White with #F8FD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD2E; }
p { color: rgb(248,253,46); }
H1.HeaderClassName
{
color: #F8FD2E;
}
.AnyTagClassName
{
color: #F8FD2E;
}
</style>
background-color css
<style>
a { background-color: #F8FD2E; }
a { background-color: rgb(248,253,46); }
div.DivClassName
{
background-color: #F8FD2E;
}
.BgClassName
{
background-color: #F8FD2E;
}
</style>
border-color css
<style>
span { border-color: #F8FD2E; }
span { border-color: rgb(248,253,46); }
td.TdClassName
{
border-color: #F8FD2E;
}
.TagClassName
{
border-color: #F8FD2E;
}
</style>