Shades of Yellow #F8FC12
Tints of Yellow #F8FC12
RGB
CMYK
RGB Variations
Color information
#F8FC12 (or 0xF8FC12) is known color: Yellow. HEX triplet: F8, FC and 12. RGB value is (248,252,18). Sum of RGB (Red+Green+Blue) = 248+252+18=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 18 (7.42% from 255 or 3.47% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FC12 is #0703ED. Grayscale: #E1E1E1. Windows color (decimal): -459758 or 1244408. OLE color: 1244408.
HSL color Cylindrical-coordinate representation of color #F8FC12: hue angle of 61.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8FC12 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 18 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.01 |
| HSL | 61.03º | 0.98% | 0.53% | - |
| HSV(B) | 61.03º | 0.93% | 0.99% | - |
| XYZ | 73.63 | 89.62 | 13.99 | - |
| YUV | 224.13 | 11.67 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 18 | 0.02 | 0 | 0.93 | 0.01 | 61.03 | 0.98 | 0.53 |
| Hex | F8 | FC | 12 | 2 | 0 | 5D | 1 | 3D | 62 | 35 |
| Octal | 370 | 374 | 22 | 2 | 0 | 135 | 1 | 75 | 142 | 65 |
| Binary | 11111000 | 11111100 | 10010 | 10 | 0 | 1011101 | 1 | 111101 | 1100010 | 110101 |
Color Harmonies of #F8FC12
Complementary color
Monochromatic Colors of #F8FC12
Black with #F8FC12
Text Example
Text Example
White with #F8FC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FC12; }
p { color: rgb(248,252,18); }
H1.HeaderClassName
{
color: #F8FC12;
}
.AnyTagClassName
{
color: #F8FC12;
}
</style>
background-color css
<style>
a { background-color: #F8FC12; }
a { background-color: rgb(248,252,18); }
div.DivClassName
{
background-color: #F8FC12;
}
.BgClassName
{
background-color: #F8FC12;
}
</style>
border-color css
<style>
span { border-color: #F8FC12; }
span { border-color: rgb(248,252,18); }
td.TdClassName
{
border-color: #F8FC12;
}
.TagClassName
{
border-color: #F8FC12;
}
</style>