Shades of Yellow #FDFC02
Tints of Yellow #FDFC02
RGB
CMYK
RGB Variations
Color information
#FDFC02 (or 0xFDFC02) is known color: Yellow. HEX triplet: FD, FC and 02. RGB value is (253,252,2). Sum of RGB (Red+Green+Blue) = 253+252+2=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 2 (1.17% from 255 or 0.39% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC02 is #0203FD. Grayscale: #E0E0E0. Windows color (decimal): -132094 or 195837. OLE color: 195837.
HSL color Cylindrical-coordinate representation of color #FDFC02: hue angle of 59.76º 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 #FDFC02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.01 |
| HSL | 59.76º | 0.98% | 0.5% | - |
| HSV(B) | 59.76º | 0.99% | 0.99% | - |
| XYZ | 75.33 | 90.51 | 13.56 | - |
| YUV | 223.8 | 2.83 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 2 | 0 | 0.00 | 0.99 | 0.01 | 59.76 | 0.98 | 0.5 |
| Hex | FD | FC | 2 | 0 | 0 | 63 | 1 | 3C | 62 | 32 |
| Octal | 375 | 374 | 2 | 0 | 0 | 143 | 1 | 74 | 142 | 62 |
| Binary | 11111101 | 11111100 | 10 | 0 | 0 | 1100011 | 1 | 111100 | 1100010 | 110010 |
Color Harmonies of #FDFC02
Complementary color
Monochromatic Colors of #FDFC02
Black with #FDFC02
Text Example
Text Example
White with #FDFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC02; }
p { color: rgb(253,252,2); }
H1.HeaderClassName
{
color: #FDFC02;
}
.AnyTagClassName
{
color: #FDFC02;
}
</style>
background-color css
<style>
a { background-color: #FDFC02; }
a { background-color: rgb(253,252,2); }
div.DivClassName
{
background-color: #FDFC02;
}
.BgClassName
{
background-color: #FDFC02;
}
</style>
border-color css
<style>
span { border-color: #FDFC02; }
span { border-color: rgb(253,252,2); }
td.TdClassName
{
border-color: #FDFC02;
}
.TagClassName
{
border-color: #FDFC02;
}
</style>