Shades of Yellow #FFFD02
Tints of Yellow #FFFD02
RGB
CMYK
RGB Variations
Color information
#FFFD02 (or 0xFFFD02) is known color: Yellow. HEX triplet: FF, FD and 02. RGB value is (255,253,2). Sum of RGB (Red+Green+Blue) = 255+253+2=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 2 (1.17% from 255 or 0.39% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD02 is #0002FD. Grayscale: #E1E1E1. Windows color (decimal): -766 or 196095. OLE color: 196095.
HSL color Cylindrical-coordinate representation of color #FFFD02: hue angle of 59.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFFD02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0 |
| HSL | 59.53º | 1% | 0.5% | - |
| HSV(B) | 59.53º | 0.99% | 1% | - |
| XYZ | 76.38 | 91.51 | 13.7 | - |
| YUV | 224.98 | 2.16 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 2 | 0 | 0.01 | 0.99 | 0 | 59.53 | 1 | 0.5 |
| Hex | FF | FD | 2 | 0 | 1 | 63 | 0 | 3C | 64 | 32 |
| Octal | 377 | 375 | 2 | 0 | 1 | 143 | 0 | 74 | 144 | 62 |
| Binary | 11111111 | 11111101 | 10 | 0 | 1 | 1100011 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FFFD02
Complementary color
Monochromatic Colors of #FFFD02
Black with #FFFD02
Text Example
Text Example
White with #FFFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD02; }
p { color: rgb(255,253,2); }
H1.HeaderClassName
{
color: #FFFD02;
}
.AnyTagClassName
{
color: #FFFD02;
}
</style>
background-color css
<style>
a { background-color: #FFFD02; }
a { background-color: rgb(255,253,2); }
div.DivClassName
{
background-color: #FFFD02;
}
.BgClassName
{
background-color: #FFFD02;
}
</style>
border-color css
<style>
span { border-color: #FFFD02; }
span { border-color: rgb(255,253,2); }
td.TdClassName
{
border-color: #FFFD02;
}
.TagClassName
{
border-color: #FFFD02;
}
</style>