Shades of Yellow #F8FA0E
Tints of Yellow #F8FA0E
RGB
CMYK
RGB Variations
Color information
#F8FA0E (or 0xF8FA0E) is known color: Yellow. HEX triplet: F8, FA and 0E. RGB value is (248,250,14). Sum of RGB (Red+Green+Blue) = 248+250+14=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 14 (5.86% from 255 or 2.73% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FA0E is #0705F1. Grayscale: #DFDFDF. Windows color (decimal): -460274 or 981752. OLE color: 981752.
HSL color Cylindrical-coordinate representation of color #F8FA0E: hue angle of 60.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8FA0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.02 |
| HSL | 60.51º | 0.96% | 0.52% | - |
| HSV(B) | 60.51º | 0.94% | 0.98% | - |
| XYZ | 72.98 | 88.36 | 13.62 | - |
| YUV | 222.5 | 10.34 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 14 | 0.01 | 0 | 0.94 | 0.02 | 60.51 | 0.96 | 0.52 |
| Hex | F8 | FA | E | 1 | 0 | 5E | 2 | 3D | 60 | 34 |
| Octal | 370 | 372 | 16 | 1 | 0 | 136 | 2 | 75 | 140 | 64 |
| Binary | 11111000 | 11111010 | 1110 | 1 | 0 | 1011110 | 10 | 111101 | 1100000 | 110100 |
Color Harmonies of #F8FA0E
Complementary color
Monochromatic Colors of #F8FA0E
Black with #F8FA0E
Text Example
Text Example
White with #F8FA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA0E; }
p { color: rgb(248,250,14); }
H1.HeaderClassName
{
color: #F8FA0E;
}
.AnyTagClassName
{
color: #F8FA0E;
}
</style>
background-color css
<style>
a { background-color: #F8FA0E; }
a { background-color: rgb(248,250,14); }
div.DivClassName
{
background-color: #F8FA0E;
}
.BgClassName
{
background-color: #F8FA0E;
}
</style>
border-color css
<style>
span { border-color: #F8FA0E; }
span { border-color: rgb(248,250,14); }
td.TdClassName
{
border-color: #F8FA0E;
}
.TagClassName
{
border-color: #F8FA0E;
}
</style>