Shades of Yellow #FDF60A
Tints of Yellow #FDF60A
RGB
CMYK
RGB Variations
Color information
#FDF60A (or 0xFDF60A) is known color: Yellow. HEX triplet: FD, F6 and 0A. RGB value is (253,246,10). Sum of RGB (Red+Green+Blue) = 253+246+10=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 10 (4.30% from 255 or 1.96% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF60A is #0209F5. Grayscale: #DEDEDE. Windows color (decimal): -133622 or 718589. OLE color: 718589.
HSL color Cylindrical-coordinate representation of color #FDF60A: hue angle of 58.27º 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 #FDF60A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.01 |
| HSL | 58.27º | 0.98% | 0.52% | - |
| HSV(B) | 58.27º | 0.96% | 0.99% | - |
| XYZ | 73.52 | 86.82 | 13.17 | - |
| YUV | 221.19 | 8.82 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 10 | 0 | 0.03 | 0.96 | 0.01 | 58.27 | 0.98 | 0.52 |
| Hex | FD | F6 | A | 0 | 3 | 60 | 1 | 3A | 62 | 34 |
| Octal | 375 | 366 | 12 | 0 | 3 | 140 | 1 | 72 | 142 | 64 |
| Binary | 11111101 | 11110110 | 1010 | 0 | 11 | 1100000 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FDF60A
Complementary color
Monochromatic Colors of #FDF60A
Black with #FDF60A
Text Example
Text Example
White with #FDF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF60A; }
p { color: rgb(253,246,10); }
H1.HeaderClassName
{
color: #FDF60A;
}
.AnyTagClassName
{
color: #FDF60A;
}
</style>
background-color css
<style>
a { background-color: #FDF60A; }
a { background-color: rgb(253,246,10); }
div.DivClassName
{
background-color: #FDF60A;
}
.BgClassName
{
background-color: #FDF60A;
}
</style>
border-color css
<style>
span { border-color: #FDF60A; }
span { border-color: rgb(253,246,10); }
td.TdClassName
{
border-color: #FDF60A;
}
.TagClassName
{
border-color: #FDF60A;
}
</style>