Shades of Yellow #F8FE0C
Tints of Yellow #F8FE0C
RGB
CMYK
RGB Variations
Color information
#F8FE0C (or 0xF8FE0C) is known color: Yellow. HEX triplet: F8, FE and 0C. RGB value is (248,254,12). Sum of RGB (Red+Green+Blue) = 248+254+12=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 12 (5.08% from 255 or 2.33% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FE0C is #0701F3. Grayscale: #E1E1E1. Windows color (decimal): -459252 or 851704. OLE color: 851704.
HSL color Cylindrical-coordinate representation of color #F8FE0C: hue angle of 61.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8FE0C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.00 |
| HSL | 61.49º | 0.99% | 0.52% | - |
| HSV(B) | 61.49º | 0.95% | 1% | - |
| XYZ | 74.22 | 90.87 | 13.98 | - |
| YUV | 224.62 | 8.01 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 12 | 0.02 | 0 | 0.95 | 0.00 | 61.49 | 0.99 | 0.52 |
| Hex | F8 | FE | C | 2 | 0 | 5F | 0 | 3D | 63 | 34 |
| Octal | 370 | 376 | 14 | 2 | 0 | 137 | 0 | 75 | 143 | 64 |
| Binary | 11111000 | 11111110 | 1100 | 10 | 0 | 1011111 | 0 | 111101 | 1100011 | 110100 |
Color Harmonies of #F8FE0C
Complementary color
Monochromatic Colors of #F8FE0C
Black with #F8FE0C
Text Example
Text Example
White with #F8FE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE0C; }
p { color: rgb(248,254,12); }
H1.HeaderClassName
{
color: #F8FE0C;
}
.AnyTagClassName
{
color: #F8FE0C;
}
</style>
background-color css
<style>
a { background-color: #F8FE0C; }
a { background-color: rgb(248,254,12); }
div.DivClassName
{
background-color: #F8FE0C;
}
.BgClassName
{
background-color: #F8FE0C;
}
</style>
border-color css
<style>
span { border-color: #F8FE0C; }
span { border-color: rgb(248,254,12); }
td.TdClassName
{
border-color: #F8FE0C;
}
.TagClassName
{
border-color: #F8FE0C;
}
</style>