Shades of Gorse #F8FD2A
Tints of Gorse #F8FD2A
RGB
CMYK
RGB Variations
Color information
#F8FD2A (or 0xF8FD2A) is known color: Gorse. HEX triplet: F8, FD and 2A. RGB value is (248,253,42). Sum of RGB (Red+Green+Blue) = 248+253+42=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 42 (16.80% from 255 or 7.73% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FD2A is #0702D5. Grayscale: #E4E4E4. Windows color (decimal): -459478 or 2817528. OLE color: 2817528.
HSL color Cylindrical-coordinate representation of color #F8FD2A: hue angle of 61.42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8FD2A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 42 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.01 |
| HSL | 61.42º | 0.98% | 0.58% | - |
| HSV(B) | 61.42º | 0.83% | 0.99% | - |
| XYZ | 74.25 | 90.37 | 15.72 | - |
| YUV | 227.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 42 | 0.02 | 0 | 0.83 | 0.01 | 61.42 | 0.98 | 0.58 |
| Hex | F8 | FD | 2A | 2 | 0 | 53 | 1 | 3D | 62 | 3A |
| Octal | 370 | 375 | 52 | 2 | 0 | 123 | 1 | 75 | 142 | 72 |
| Binary | 11111000 | 11111101 | 101010 | 10 | 0 | 1010011 | 1 | 111101 | 1100010 | 111010 |
Color Harmonies of #F8FD2A
Complementary color
Monochromatic Colors of #F8FD2A
Black with #F8FD2A
Text Example
Text Example
White with #F8FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD2A; }
p { color: rgb(248,253,42); }
H1.HeaderClassName
{
color: #F8FD2A;
}
.AnyTagClassName
{
color: #F8FD2A;
}
</style>
background-color css
<style>
a { background-color: #F8FD2A; }
a { background-color: rgb(248,253,42); }
div.DivClassName
{
background-color: #F8FD2A;
}
.BgClassName
{
background-color: #F8FD2A;
}
</style>
border-color css
<style>
span { border-color: #F8FD2A; }
span { border-color: rgb(248,253,42); }
td.TdClassName
{
border-color: #F8FD2A;
}
.TagClassName
{
border-color: #F8FD2A;
}
</style>