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