Shades of Yellow #F8FA0A
Tints of Yellow #F8FA0A
RGB
CMYK
RGB Variations
Color information
#F8FA0A (or 0xF8FA0A) is known color: Yellow. HEX triplet: F8, FA and 0A. RGB value is (248,250,10). Sum of RGB (Red+Green+Blue) = 248+250+10=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 10 (4.30% from 255 or 1.97% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FA0A is #0705F5. Grayscale: #DEDEDE. Windows color (decimal): -460278 or 719608. OLE color: 719608.
HSL color Cylindrical-coordinate representation of color #F8FA0A: hue angle of 60.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8FA0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.02 |
| HSL | 60.5º | 0.96% | 0.51% | - |
| HSV(B) | 60.5º | 0.96% | 0.98% | - |
| XYZ | 72.95 | 88.35 | 13.5 | - |
| YUV | 222.04 | 8.34 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 10 | 0.01 | 0 | 0.96 | 0.02 | 60.5 | 0.96 | 0.51 |
| Hex | F8 | FA | A | 1 | 0 | 60 | 2 | 3C | 60 | 33 |
| Octal | 370 | 372 | 12 | 1 | 0 | 140 | 2 | 74 | 140 | 63 |
| Binary | 11111000 | 11111010 | 1010 | 1 | 0 | 1100000 | 10 | 111100 | 1100000 | 110011 |
Color Harmonies of #F8FA0A
Complementary color
Monochromatic Colors of #F8FA0A
Black with #F8FA0A
Text Example
Text Example
White with #F8FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA0A; }
p { color: rgb(248,250,10); }
H1.HeaderClassName
{
color: #F8FA0A;
}
.AnyTagClassName
{
color: #F8FA0A;
}
</style>
background-color css
<style>
a { background-color: #F8FA0A; }
a { background-color: rgb(248,250,10); }
div.DivClassName
{
background-color: #F8FA0A;
}
.BgClassName
{
background-color: #F8FA0A;
}
</style>
border-color css
<style>
span { border-color: #F8FA0A; }
span { border-color: rgb(248,250,10); }
td.TdClassName
{
border-color: #F8FA0A;
}
.TagClassName
{
border-color: #F8FA0A;
}
</style>