Shades of Yellow #FFFD0A
Tints of Yellow #FFFD0A
RGB
CMYK
RGB Variations
Color information
#FFFD0A (or 0xFFFD0A) is known color: Yellow. HEX triplet: FF, FD and 0A. RGB value is (255,253,10). Sum of RGB (Red+Green+Blue) = 255+253+10=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 10 (4.30% from 255 or 1.93% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD0A is #0002F5. Grayscale: #E2E2E2. Windows color (decimal): -758 or 720383. OLE color: 720383.
HSL color Cylindrical-coordinate representation of color #FFFD0A: hue angle of 59.51º 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 #FFFD0A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0 |
| HSL | 59.51º | 1% | 0.52% | - |
| HSV(B) | 59.51º | 0.96% | 1% | - |
| XYZ | 76.42 | 91.53 | 13.93 | - |
| YUV | 225.9 | 6.16 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 10 | 0 | 0.01 | 0.96 | 0 | 59.51 | 1 | 0.52 |
| Hex | FF | FD | A | 0 | 1 | 60 | 0 | 3C | 64 | 34 |
| Octal | 377 | 375 | 12 | 0 | 1 | 140 | 0 | 74 | 144 | 64 |
| Binary | 11111111 | 11111101 | 1010 | 0 | 1 | 1100000 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FFFD0A
Complementary color
Monochromatic Colors of #FFFD0A
Black with #FFFD0A
Text Example
Text Example
White with #FFFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD0A; }
p { color: rgb(255,253,10); }
H1.HeaderClassName
{
color: #FFFD0A;
}
.AnyTagClassName
{
color: #FFFD0A;
}
</style>
background-color css
<style>
a { background-color: #FFFD0A; }
a { background-color: rgb(255,253,10); }
div.DivClassName
{
background-color: #FFFD0A;
}
.BgClassName
{
background-color: #FFFD0A;
}
</style>
border-color css
<style>
span { border-color: #FFFD0A; }
span { border-color: rgb(255,253,10); }
td.TdClassName
{
border-color: #FFFD0A;
}
.TagClassName
{
border-color: #FFFD0A;
}
</style>