Shades of Yellow #FDF201
Tints of Yellow #FDF201
RGB
CMYK
RGB Variations
Color information
#FDF201 (or 0xFDF201) is known color: Yellow. HEX triplet: FD, F2 and 01. RGB value is (253,242,1). Sum of RGB (Red+Green+Blue) = 253+242+1=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF201 is #020DFE. Grayscale: #DADADA. Windows color (decimal): -134655 or 127741. OLE color: 127741.
HSL color Cylindrical-coordinate representation of color #FDF201: hue angle of 57.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDF201 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.01 |
| HSL | 57.38º | 0.99% | 0.5% | - |
| HSV(B) | 57.38º | 1% | 0.99% | - |
| XYZ | 72.27 | 84.39 | 12.51 | - |
| YUV | 217.82 | 5.64 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 1 | 0 | 0.04 | 1.00 | 0.01 | 57.38 | 0.99 | 0.5 |
| Hex | FD | F2 | 1 | 0 | 4 | 64 | 1 | 39 | 63 | 32 |
| Octal | 375 | 362 | 1 | 0 | 4 | 144 | 1 | 71 | 143 | 62 |
| Binary | 11111101 | 11110010 | 1 | 0 | 100 | 1100100 | 1 | 111001 | 1100011 | 110010 |
Color Harmonies of #FDF201
Complementary color
Monochromatic Colors of #FDF201
Black with #FDF201
Text Example
Text Example
White with #FDF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF201; }
p { color: rgb(253,242,1); }
H1.HeaderClassName
{
color: #FDF201;
}
.AnyTagClassName
{
color: #FDF201;
}
</style>
background-color css
<style>
a { background-color: #FDF201; }
a { background-color: rgb(253,242,1); }
div.DivClassName
{
background-color: #FDF201;
}
.BgClassName
{
background-color: #FDF201;
}
</style>
border-color css
<style>
span { border-color: #FDF201; }
span { border-color: rgb(253,242,1); }
td.TdClassName
{
border-color: #FDF201;
}
.TagClassName
{
border-color: #FDF201;
}
</style>