Shades of Yellow #F8FE01
Tints of Yellow #F8FE01
RGB
CMYK
RGB Variations
Color information
#F8FE01 (or 0xF8FE01) is known color: Yellow. HEX triplet: F8, FE and 01. RGB value is (248,254,1). Sum of RGB (Red+Green+Blue) = 248+254+1=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 1 (0.78% from 255 or 0.20% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FE01 is #0701FE. Grayscale: #E0E0E0. Windows color (decimal): -459263 or 130808. OLE color: 130808.
HSL color Cylindrical-coordinate representation of color #F8FE01: hue angle of 61.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8FE01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.00 |
| HSL | 61.42º | 0.99% | 0.5% | - |
| HSV(B) | 61.42º | 1% | 1% | - |
| XYZ | 74.16 | 90.84 | 13.65 | - |
| YUV | 223.36 | 2.51 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 1 | 0.02 | 0 | 1.00 | 0.00 | 61.42 | 0.99 | 0.5 |
| Hex | F8 | FE | 1 | 2 | 0 | 64 | 0 | 3D | 63 | 32 |
| Octal | 370 | 376 | 1 | 2 | 0 | 144 | 0 | 75 | 143 | 62 |
| Binary | 11111000 | 11111110 | 1 | 10 | 0 | 1100100 | 0 | 111101 | 1100011 | 110010 |
Color Harmonies of #F8FE01
Complementary color
Monochromatic Colors of #F8FE01
Black with #F8FE01
Text Example
Text Example
White with #F8FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE01; }
p { color: rgb(248,254,1); }
H1.HeaderClassName
{
color: #F8FE01;
}
.AnyTagClassName
{
color: #F8FE01;
}
</style>
background-color css
<style>
a { background-color: #F8FE01; }
a { background-color: rgb(248,254,1); }
div.DivClassName
{
background-color: #F8FE01;
}
.BgClassName
{
background-color: #F8FE01;
}
</style>
border-color css
<style>
span { border-color: #F8FE01; }
span { border-color: rgb(248,254,1); }
td.TdClassName
{
border-color: #F8FE01;
}
.TagClassName
{
border-color: #F8FE01;
}
</style>