Shades of Yellow #FDF506
Tints of Yellow #FDF506
RGB
CMYK
RGB Variations
Color information
#FDF506 (or 0xFDF506) is known color: Yellow. HEX triplet: FD, F5 and 06. RGB value is (253,245,6). Sum of RGB (Red+Green+Blue) = 253+245+6=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 6 (2.73% from 255 or 1.19% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF506 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF506 is #020AF9. Grayscale: #DDDDDD. Windows color (decimal): -133882 or 456189. OLE color: 456189.
HSL color Cylindrical-coordinate representation of color #FDF506: hue angle of 58.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDF506 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 6 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.01 |
| HSL | 58.06º | 0.98% | 0.51% | - |
| HSV(B) | 58.06º | 0.98% | 0.99% | - |
| XYZ | 73.19 | 86.2 | 12.95 | - |
| YUV | 220.15 | 7.15 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 6 | 0 | 0.03 | 0.98 | 0.01 | 58.06 | 0.98 | 0.51 |
| Hex | FD | F5 | 6 | 0 | 3 | 62 | 1 | 3A | 62 | 33 |
| Octal | 375 | 365 | 6 | 0 | 3 | 142 | 1 | 72 | 142 | 63 |
| Binary | 11111101 | 11110101 | 110 | 0 | 11 | 1100010 | 1 | 111010 | 1100010 | 110011 |
Color Harmonies of #FDF506
Complementary color
Monochromatic Colors of #FDF506
Black with #FDF506
Text Example
Text Example
White with #FDF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF506; }
p { color: rgb(253,245,6); }
H1.HeaderClassName
{
color: #FDF506;
}
.AnyTagClassName
{
color: #FDF506;
}
</style>
background-color css
<style>
a { background-color: #FDF506; }
a { background-color: rgb(253,245,6); }
div.DivClassName
{
background-color: #FDF506;
}
.BgClassName
{
background-color: #FDF506;
}
</style>
border-color css
<style>
span { border-color: #FDF506; }
span { border-color: rgb(253,245,6); }
td.TdClassName
{
border-color: #FDF506;
}
.TagClassName
{
border-color: #FDF506;
}
</style>