Shades of Yellow #FDF202
Tints of Yellow #FDF202
RGB
CMYK
RGB Variations
Color information
#FDF202 (or 0xFDF202) is known color: Yellow. HEX triplet: FD, F2 and 02. RGB value is (253,242,2). Sum of RGB (Red+Green+Blue) = 253+242+2=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 2 (1.17% from 255 or 0.40% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF202 is #020DFD. Grayscale: #DADADA. Windows color (decimal): -134654 or 193277. OLE color: 193277.
HSL color Cylindrical-coordinate representation of color #FDF202: hue angle of 57.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDF202 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.01 |
| HSL | 57.37º | 0.98% | 0.5% | - |
| HSV(B) | 57.37º | 0.99% | 0.99% | - |
| XYZ | 72.27 | 84.39 | 12.54 | - |
| YUV | 217.93 | 6.14 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 2 | 0 | 0.04 | 0.99 | 0.01 | 57.37 | 0.98 | 0.5 |
| Hex | FD | F2 | 2 | 0 | 4 | 63 | 1 | 39 | 62 | 32 |
| Octal | 375 | 362 | 2 | 0 | 4 | 143 | 1 | 71 | 142 | 62 |
| Binary | 11111101 | 11110010 | 10 | 0 | 100 | 1100011 | 1 | 111001 | 1100010 | 110010 |
Color Harmonies of #FDF202
Complementary color
Monochromatic Colors of #FDF202
Black with #FDF202
Text Example
Text Example
White with #FDF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF202; }
p { color: rgb(253,242,2); }
H1.HeaderClassName
{
color: #FDF202;
}
.AnyTagClassName
{
color: #FDF202;
}
</style>
background-color css
<style>
a { background-color: #FDF202; }
a { background-color: rgb(253,242,2); }
div.DivClassName
{
background-color: #FDF202;
}
.BgClassName
{
background-color: #FDF202;
}
</style>
border-color css
<style>
span { border-color: #FDF202; }
span { border-color: rgb(253,242,2); }
td.TdClassName
{
border-color: #FDF202;
}
.TagClassName
{
border-color: #FDF202;
}
</style>