Shades of Yellow #FFF80C
Tints of Yellow #FFF80C
RGB
CMYK
RGB Variations
Color information
#FFF80C (or 0xFFF80C) is known color: Yellow. HEX triplet: FF, F8 and 0C. RGB value is (255,248,12). Sum of RGB (Red+Green+Blue) = 255+248+12=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 12 (5.08% from 255 or 2.33% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF80C is #0007F3. Grayscale: #E0E0E0. Windows color (decimal): -2036 or 850175. OLE color: 850175.
HSL color Cylindrical-coordinate representation of color #FFF80C: hue angle of 58.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF80C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0 |
| HSL | 58.27º | 1% | 0.52% | - |
| HSV(B) | 58.27º | 0.95% | 1% | - |
| XYZ | 74.87 | 88.42 | 13.47 | - |
| YUV | 223.19 | 8.82 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 12 | 0 | 0.03 | 0.95 | 0 | 58.27 | 1 | 0.52 |
| Hex | FF | F8 | C | 0 | 3 | 5F | 0 | 3A | 64 | 34 |
| Octal | 377 | 370 | 14 | 0 | 3 | 137 | 0 | 72 | 144 | 64 |
| Binary | 11111111 | 11111000 | 1100 | 0 | 11 | 1011111 | 0 | 111010 | 1100100 | 110100 |
Color Harmonies of #FFF80C
Complementary color
Monochromatic Colors of #FFF80C
Black with #FFF80C
Text Example
Text Example
White with #FFF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF80C; }
p { color: rgb(255,248,12); }
H1.HeaderClassName
{
color: #FFF80C;
}
.AnyTagClassName
{
color: #FFF80C;
}
</style>
background-color css
<style>
a { background-color: #FFF80C; }
a { background-color: rgb(255,248,12); }
div.DivClassName
{
background-color: #FFF80C;
}
.BgClassName
{
background-color: #FFF80C;
}
</style>
border-color css
<style>
span { border-color: #FFF80C; }
span { border-color: rgb(255,248,12); }
td.TdClassName
{
border-color: #FFF80C;
}
.TagClassName
{
border-color: #FFF80C;
}
</style>