Shades of Gorse #F8FD32
Tints of Gorse #F8FD32
RGB
CMYK
RGB Variations
Color information
#F8FD32 (or 0xF8FD32) is known color: Gorse. HEX triplet: F8, FD and 32. RGB value is (248,253,50). Sum of RGB (Red+Green+Blue) = 248+253+50=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 50 (19.92% from 255 or 9.07% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FD32 is #0702CD. Grayscale: #E5E5E5. Windows color (decimal): -459470 or 3341816. OLE color: 3341816.
HSL color Cylindrical-coordinate representation of color #F8FD32: hue angle of 61.48º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8FD32 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 50 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.01 |
| HSL | 61.48º | 0.98% | 0.59% | - |
| HSV(B) | 61.48º | 0.8% | 0.99% | - |
| XYZ | 74.41 | 90.44 | 16.55 | - |
| YUV | 228.36 | 27.34 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 50 | 0.02 | 0 | 0.80 | 0.01 | 61.48 | 0.98 | 0.59 |
| Hex | F8 | FD | 32 | 2 | 0 | 50 | 1 | 3D | 62 | 3B |
| Octal | 370 | 375 | 62 | 2 | 0 | 120 | 1 | 75 | 142 | 73 |
| Binary | 11111000 | 11111101 | 110010 | 10 | 0 | 1010000 | 1 | 111101 | 1100010 | 111011 |
Color Harmonies of #F8FD32
Complementary color
Monochromatic Colors of #F8FD32
Black with #F8FD32
Text Example
Text Example
White with #F8FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD32; }
p { color: rgb(248,253,50); }
H1.HeaderClassName
{
color: #F8FD32;
}
.AnyTagClassName
{
color: #F8FD32;
}
</style>
background-color css
<style>
a { background-color: #F8FD32; }
a { background-color: rgb(248,253,50); }
div.DivClassName
{
background-color: #F8FD32;
}
.BgClassName
{
background-color: #F8FD32;
}
</style>
border-color css
<style>
span { border-color: #F8FD32; }
span { border-color: rgb(248,253,50); }
td.TdClassName
{
border-color: #F8FD32;
}
.TagClassName
{
border-color: #F8FD32;
}
</style>