Shades of Gorse #F8FD3A
Tints of Gorse #F8FD3A
RGB
CMYK
RGB Variations
Color information
#F8FD3A (or 0xF8FD3A) is known color: Gorse. HEX triplet: F8, FD and 3A. RGB value is (248,253,58). Sum of RGB (Red+Green+Blue) = 248+253+58=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 58 (23.05% from 255 or 10.38% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FD3A is #0702C5. Grayscale: #E6E6E6. Windows color (decimal): -459462 or 3866104. OLE color: 3866104.
HSL color Cylindrical-coordinate representation of color #F8FD3A: hue angle of 61.54º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8FD3A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 58 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.01 |
| HSL | 61.54º | 0.98% | 0.61% | - |
| HSV(B) | 61.54º | 0.77% | 0.99% | - |
| XYZ | 74.6 | 90.51 | 17.54 | - |
| YUV | 229.28 | 31.34 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 58 | 0.02 | 0 | 0.77 | 0.01 | 61.54 | 0.98 | 0.61 |
| Hex | F8 | FD | 3A | 2 | 0 | 4D | 1 | 3E | 62 | 3D |
| Octal | 370 | 375 | 72 | 2 | 0 | 115 | 1 | 76 | 142 | 75 |
| Binary | 11111000 | 11111101 | 111010 | 10 | 0 | 1001101 | 1 | 111110 | 1100010 | 111101 |
Color Harmonies of #F8FD3A
Complementary color
Monochromatic Colors of #F8FD3A
Black with #F8FD3A
Text Example
Text Example
White with #F8FD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD3A; }
p { color: rgb(248,253,58); }
H1.HeaderClassName
{
color: #F8FD3A;
}
.AnyTagClassName
{
color: #F8FD3A;
}
</style>
background-color css
<style>
a { background-color: #F8FD3A; }
a { background-color: rgb(248,253,58); }
div.DivClassName
{
background-color: #F8FD3A;
}
.BgClassName
{
background-color: #F8FD3A;
}
</style>
border-color css
<style>
span { border-color: #F8FD3A; }
span { border-color: rgb(248,253,58); }
td.TdClassName
{
border-color: #F8FD3A;
}
.TagClassName
{
border-color: #F8FD3A;
}
</style>