Shades of Yellow #FDFC00
Tints of Yellow #FDFC00
RGB
CMYK
RGB Variations
Color information
#FDFC00 (or 0xFDFC00) is known color: Yellow. HEX triplet: FD, FC and 00. RGB value is (253,252,0). Sum of RGB (Red+Green+Blue) = 253+252+0=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 0 (0.39% from 255 or 0% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC00 is #0203FF. Grayscale: #E0E0E0. Windows color (decimal): -132096 or 64765. OLE color: 64765.
HSL color Cylindrical-coordinate representation of color #FDFC00: hue angle of 59.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDFC00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.01 |
| HSL | 59.76º | 1% | 0.5% | - |
| HSV(B) | 59.76º | 1% | 0.99% | - |
| XYZ | 75.32 | 90.5 | 13.5 | - |
| YUV | 223.57 | 1.83 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 0 | 0 | 0.00 | 1 | 0.01 | 59.76 | 1 | 0.5 |
| Hex | FD | FC | 0 | 0 | 0 | 64 | 1 | 3C | 64 | 32 |
| Octal | 375 | 374 | 0 | 0 | 0 | 144 | 1 | 74 | 144 | 62 |
| Binary | 11111101 | 11111100 | 0 | 0 | 0 | 1100100 | 1 | 111100 | 1100100 | 110010 |
Color Harmonies of #FDFC00
Complementary color
Monochromatic Colors of #FDFC00
Black with #FDFC00
Text Example
Text Example
White with #FDFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC00; }
p { color: rgb(253,252,0); }
H1.HeaderClassName
{
color: #FDFC00;
}
.AnyTagClassName
{
color: #FDFC00;
}
</style>
background-color css
<style>
a { background-color: #FDFC00; }
a { background-color: rgb(253,252,0); }
div.DivClassName
{
background-color: #FDFC00;
}
.BgClassName
{
background-color: #FDFC00;
}
</style>
border-color css
<style>
span { border-color: #FDFC00; }
span { border-color: rgb(253,252,0); }
td.TdClassName
{
border-color: #FDFC00;
}
.TagClassName
{
border-color: #FDFC00;
}
</style>