Shades of Yellow #F8F70A
Tints of Yellow #F8F70A
RGB
CMYK
RGB Variations
Color information
#F8F70A (or 0xF8F70A) is known color: Yellow. HEX triplet: F8, F7 and 0A. RGB value is (248,247,10). Sum of RGB (Red+Green+Blue) = 248+247+10=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 10 (4.30% from 255 or 1.98% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F70A is #0708F5. Grayscale: #DDDDDD. Windows color (decimal): -461046 or 718840. OLE color: 718840.
HSL color Cylindrical-coordinate representation of color #F8F70A: hue angle of 59.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8F70A is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 10 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.03 |
| HSL | 59.75º | 0.94% | 0.51% | - |
| HSV(B) | 59.75º | 0.96% | 0.97% | - |
| XYZ | 72.03 | 86.5 | 13.19 | - |
| YUV | 220.28 | 9.33 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 10 | 0 | 0.00 | 0.96 | 0.03 | 59.75 | 0.94 | 0.51 |
| Hex | F8 | F7 | A | 0 | 0 | 60 | 3 | 3C | 5E | 33 |
| Octal | 370 | 367 | 12 | 0 | 0 | 140 | 3 | 74 | 136 | 63 |
| Binary | 11111000 | 11110111 | 1010 | 0 | 0 | 1100000 | 11 | 111100 | 1011110 | 110011 |
Color Harmonies of #F8F70A
Complementary color
Monochromatic Colors of #F8F70A
Black with #F8F70A
Text Example
Text Example
White with #F8F70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F70A; }
p { color: rgb(248,247,10); }
H1.HeaderClassName
{
color: #F8F70A;
}
.AnyTagClassName
{
color: #F8F70A;
}
</style>
background-color css
<style>
a { background-color: #F8F70A; }
a { background-color: rgb(248,247,10); }
div.DivClassName
{
background-color: #F8F70A;
}
.BgClassName
{
background-color: #F8F70A;
}
</style>
border-color css
<style>
span { border-color: #F8F70A; }
span { border-color: rgb(248,247,10); }
td.TdClassName
{
border-color: #F8F70A;
}
.TagClassName
{
border-color: #F8F70A;
}
</style>