Shades of Yellow #FCFD00
Tints of Yellow #FCFD00
RGB
CMYK
RGB Variations
Color information
#FCFD00 (or 0xFCFD00) is known color: Yellow. HEX triplet: FC, FD and 00. RGB value is (252,253,0). Sum of RGB (Red+Green+Blue) = 252+253+0=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 0 (0.39% from 255 or 0% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD00 is #0302FF. Grayscale: #E0E0E0. Windows color (decimal): -197376 or 65020. OLE color: 65020.
HSL color Cylindrical-coordinate representation of color #FCFD00: hue angle of 60.24º 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 #FCFD00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.01 |
| HSL | 60.24º | 1% | 0.5% | - |
| HSV(B) | 60.24º | 1% | 0.99% | - |
| XYZ | 75.27 | 90.95 | 13.59 | - |
| YUV | 223.86 | 1.67 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 0 | 0.00 | 0 | 1 | 0.01 | 60.24 | 1 | 0.5 |
| Hex | FC | FD | 0 | 0 | 0 | 64 | 1 | 3C | 64 | 32 |
| Octal | 374 | 375 | 0 | 0 | 0 | 144 | 1 | 74 | 144 | 62 |
| Binary | 11111100 | 11111101 | 0 | 0 | 0 | 1100100 | 1 | 111100 | 1100100 | 110010 |
Color Harmonies of #FCFD00
Complementary color
Monochromatic Colors of #FCFD00
Black with #FCFD00
Text Example
Text Example
White with #FCFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD00; }
p { color: rgb(252,253,0); }
H1.HeaderClassName
{
color: #FCFD00;
}
.AnyTagClassName
{
color: #FCFD00;
}
</style>
background-color css
<style>
a { background-color: #FCFD00; }
a { background-color: rgb(252,253,0); }
div.DivClassName
{
background-color: #FCFD00;
}
.BgClassName
{
background-color: #FCFD00;
}
</style>
border-color css
<style>
span { border-color: #FCFD00; }
span { border-color: rgb(252,253,0); }
td.TdClassName
{
border-color: #FCFD00;
}
.TagClassName
{
border-color: #FCFD00;
}
</style>