Shades of Yellow #FFF80A
Tints of Yellow #FFF80A
RGB
CMYK
RGB Variations
Color information
#FFF80A (or 0xFFF80A) is known color: Yellow. HEX triplet: FF, F8 and 0A. RGB value is (255,248,10). Sum of RGB (Red+Green+Blue) = 255+248+10=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 10 (4.30% from 255 or 1.95% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF80A is #0007F5. Grayscale: #DFDFDF. Windows color (decimal): -2038 or 719103. OLE color: 719103.
HSL color Cylindrical-coordinate representation of color #FFF80A: hue angle of 58.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFF80A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0 |
| HSL | 58.29º | 1% | 0.52% | - |
| HSV(B) | 58.29º | 0.96% | 1% | - |
| XYZ | 74.86 | 88.42 | 13.41 | - |
| YUV | 222.96 | 7.82 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 10 | 0 | 0.03 | 0.96 | 0 | 58.29 | 1 | 0.52 |
| Hex | FF | F8 | A | 0 | 3 | 60 | 0 | 3A | 64 | 34 |
| Octal | 377 | 370 | 12 | 0 | 3 | 140 | 0 | 72 | 144 | 64 |
| Binary | 11111111 | 11111000 | 1010 | 0 | 11 | 1100000 | 0 | 111010 | 1100100 | 110100 |
Color Harmonies of #FFF80A
Complementary color
Monochromatic Colors of #FFF80A
Black with #FFF80A
Text Example
Text Example
White with #FFF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF80A; }
p { color: rgb(255,248,10); }
H1.HeaderClassName
{
color: #FFF80A;
}
.AnyTagClassName
{
color: #FFF80A;
}
</style>
background-color css
<style>
a { background-color: #FFF80A; }
a { background-color: rgb(255,248,10); }
div.DivClassName
{
background-color: #FFF80A;
}
.BgClassName
{
background-color: #FFF80A;
}
</style>
border-color css
<style>
span { border-color: #FFF80A; }
span { border-color: rgb(255,248,10); }
td.TdClassName
{
border-color: #FFF80A;
}
.TagClassName
{
border-color: #FFF80A;
}
</style>