Shades of Yellow #FDFD02
Tints of Yellow #FDFD02
RGB
CMYK
RGB Variations
Color information
#FDFD02 (or 0xFDFD02) is known color: Yellow. HEX triplet: FD, FD and 02. RGB value is (253,253,2). Sum of RGB (Red+Green+Blue) = 253+253+2=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 2 (1.17% from 255 or 0.39% from 508); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD02 is #0202FD. Grayscale: #E1E1E1. Windows color (decimal): -131838 or 196093. OLE color: 196093.
HSL color Cylindrical-coordinate representation of color #FDFD02: hue angle of 60º 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 #FDFD02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.01 |
| HSL | 60º | 0.98% | 0.5% | - |
| HSV(B) | 60º | 0.99% | 0.99% | - |
| XYZ | 75.64 | 91.14 | 13.66 | - |
| YUV | 224.39 | 2.5 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 2 | 0 | 0 | 0.99 | 0.01 | 60 | 0.98 | 0.5 |
| Hex | FD | FD | 2 | 0 | 0 | 63 | 1 | 3C | 62 | 32 |
| Octal | 375 | 375 | 2 | 0 | 0 | 143 | 1 | 74 | 142 | 62 |
| Binary | 11111101 | 11111101 | 10 | 0 | 0 | 1100011 | 1 | 111100 | 1100010 | 110010 |
Color Harmonies of #FDFD02
Complementary color
Monochromatic Colors of #FDFD02
Black with #FDFD02
Text Example
Text Example
White with #FDFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD02; }
p { color: rgb(253,253,2); }
H1.HeaderClassName
{
color: #FDFD02;
}
.AnyTagClassName
{
color: #FDFD02;
}
</style>
background-color css
<style>
a { background-color: #FDFD02; }
a { background-color: rgb(253,253,2); }
div.DivClassName
{
background-color: #FDFD02;
}
.BgClassName
{
background-color: #FDFD02;
}
</style>
border-color css
<style>
span { border-color: #FDFD02; }
span { border-color: rgb(253,253,2); }
td.TdClassName
{
border-color: #FDFD02;
}
.TagClassName
{
border-color: #FDFD02;
}
</style>