Shades of Gorse #F8FE32
Tints of Gorse #F8FE32
RGB
CMYK
RGB Variations
Color information
#F8FE32 (or 0xF8FE32) is known color: Gorse. HEX triplet: F8, FE and 32. RGB value is (248,254,50). Sum of RGB (Red+Green+Blue) = 248+254+50=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 50 (19.92% from 255 or 9.06% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FE32 is #0701CD. Grayscale: #E5E5E5. Windows color (decimal): -459214 or 3342072. OLE color: 3342072.
HSL color Cylindrical-coordinate representation of color #F8FE32: hue angle of 61.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8FE32 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 50 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.00 |
| HSL | 61.76º | 0.99% | 0.6% | - |
| HSV(B) | 61.76º | 0.8% | 1% | - |
| XYZ | 74.73 | 91.07 | 16.66 | - |
| YUV | 228.95 | 27.01 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 50 | 0.02 | 0 | 0.80 | 0.00 | 61.76 | 0.99 | 0.6 |
| Hex | F8 | FE | 32 | 2 | 0 | 50 | 0 | 3E | 63 | 3C |
| Octal | 370 | 376 | 62 | 2 | 0 | 120 | 0 | 76 | 143 | 74 |
| Binary | 11111000 | 11111110 | 110010 | 10 | 0 | 1010000 | 0 | 111110 | 1100011 | 111100 |
Color Harmonies of #F8FE32
Complementary color
Monochromatic Colors of #F8FE32
Black with #F8FE32
Text Example
Text Example
White with #F8FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE32; }
p { color: rgb(248,254,50); }
H1.HeaderClassName
{
color: #F8FE32;
}
.AnyTagClassName
{
color: #F8FE32;
}
</style>
background-color css
<style>
a { background-color: #F8FE32; }
a { background-color: rgb(248,254,50); }
div.DivClassName
{
background-color: #F8FE32;
}
.BgClassName
{
background-color: #F8FE32;
}
</style>
border-color css
<style>
span { border-color: #F8FE32; }
span { border-color: rgb(248,254,50); }
td.TdClassName
{
border-color: #F8FE32;
}
.TagClassName
{
border-color: #F8FE32;
}
</style>