Shades of Yellow #FDF80A
Tints of Yellow #FDF80A
RGB
CMYK
RGB Variations
Color information
#FDF80A (or 0xFDF80A) is known color: Yellow. HEX triplet: FD, F8 and 0A. RGB value is (253,248,10). Sum of RGB (Red+Green+Blue) = 253+248+10=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 10 (4.30% from 255 or 1.96% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF80A is #0207F5. Grayscale: #DFDFDF. Windows color (decimal): -133110 or 719101. OLE color: 719101.
HSL color Cylindrical-coordinate representation of color #FDF80A: hue angle of 58.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDF80A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.01 |
| HSL | 58.77º | 0.98% | 0.52% | - |
| HSV(B) | 58.77º | 0.96% | 0.99% | - |
| XYZ | 74.13 | 88.04 | 13.37 | - |
| YUV | 222.36 | 8.16 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 10 | 0 | 0.02 | 0.96 | 0.01 | 58.77 | 0.98 | 0.52 |
| Hex | FD | F8 | A | 0 | 2 | 60 | 1 | 3B | 62 | 34 |
| Octal | 375 | 370 | 12 | 0 | 2 | 140 | 1 | 73 | 142 | 64 |
| Binary | 11111101 | 11111000 | 1010 | 0 | 10 | 1100000 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FDF80A
Complementary color
Monochromatic Colors of #FDF80A
Black with #FDF80A
Text Example
Text Example
White with #FDF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF80A; }
p { color: rgb(253,248,10); }
H1.HeaderClassName
{
color: #FDF80A;
}
.AnyTagClassName
{
color: #FDF80A;
}
</style>
background-color css
<style>
a { background-color: #FDF80A; }
a { background-color: rgb(253,248,10); }
div.DivClassName
{
background-color: #FDF80A;
}
.BgClassName
{
background-color: #FDF80A;
}
</style>
border-color css
<style>
span { border-color: #FDF80A; }
span { border-color: rgb(253,248,10); }
td.TdClassName
{
border-color: #FDF80A;
}
.TagClassName
{
border-color: #FDF80A;
}
</style>