Shades of Yellow #FDF205
Tints of Yellow #FDF205
RGB
CMYK
RGB Variations
Color information
#FDF205 (or 0xFDF205) is known color: Yellow. HEX triplet: FD, F2 and 05. RGB value is (253,242,5). Sum of RGB (Red+Green+Blue) = 253+242+5=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 5 (2.34% from 255 or 1% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF205 is #020DFA. Grayscale: #DBDBDB. Windows color (decimal): -134651 or 389885. OLE color: 389885.
HSL color Cylindrical-coordinate representation of color #FDF205: hue angle of 57.34º 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 #FDF205 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.01 |
| HSL | 57.34º | 0.98% | 0.51% | - |
| HSV(B) | 57.34º | 0.98% | 0.99% | - |
| XYZ | 72.29 | 84.4 | 12.62 | - |
| YUV | 218.27 | 7.64 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 5 | 0 | 0.04 | 0.98 | 0.01 | 57.34 | 0.98 | 0.51 |
| Hex | FD | F2 | 5 | 0 | 4 | 62 | 1 | 39 | 62 | 33 |
| Octal | 375 | 362 | 5 | 0 | 4 | 142 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11110010 | 101 | 0 | 100 | 1100010 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDF205
Complementary color
Monochromatic Colors of #FDF205
Black with #FDF205
Text Example
Text Example
White with #FDF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF205; }
p { color: rgb(253,242,5); }
H1.HeaderClassName
{
color: #FDF205;
}
.AnyTagClassName
{
color: #FDF205;
}
</style>
background-color css
<style>
a { background-color: #FDF205; }
a { background-color: rgb(253,242,5); }
div.DivClassName
{
background-color: #FDF205;
}
.BgClassName
{
background-color: #FDF205;
}
</style>
border-color css
<style>
span { border-color: #FDF205; }
span { border-color: rgb(253,242,5); }
td.TdClassName
{
border-color: #FDF205;
}
.TagClassName
{
border-color: #FDF205;
}
</style>