Shades of Yellow #FCFD01
Tints of Yellow #FCFD01
RGB
CMYK
RGB Variations
Color information
#FCFD01 (or 0xFCFD01) is known color: Yellow. HEX triplet: FC, FD and 01. RGB value is (252,253,1). Sum of RGB (Red+Green+Blue) = 252+253+1=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 1 (0.78% from 255 or 0.20% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD01 is #0302FE. Grayscale: #E0E0E0. Windows color (decimal): -197375 or 130556. OLE color: 130556.
HSL color Cylindrical-coordinate representation of color #FCFD01: hue angle of 60.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCFD01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 1 | - |
| CMYK | 0.00 | 0 | 1.00 | 0.01 |
| HSL | 60.24º | 0.99% | 0.5% | - |
| HSV(B) | 60.24º | 1% | 0.99% | - |
| XYZ | 75.28 | 90.95 | 13.62 | - |
| YUV | 223.97 | 2.17 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 1 | 0.00 | 0 | 1.00 | 0.01 | 60.24 | 0.99 | 0.5 |
| Hex | FC | FD | 1 | 0 | 0 | 64 | 1 | 3C | 63 | 32 |
| Octal | 374 | 375 | 1 | 0 | 0 | 144 | 1 | 74 | 143 | 62 |
| Binary | 11111100 | 11111101 | 1 | 0 | 0 | 1100100 | 1 | 111100 | 1100011 | 110010 |
Color Harmonies of #FCFD01
Complementary color
Monochromatic Colors of #FCFD01
Black with #FCFD01
Text Example
Text Example
White with #FCFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD01; }
p { color: rgb(252,253,1); }
H1.HeaderClassName
{
color: #FCFD01;
}
.AnyTagClassName
{
color: #FCFD01;
}
</style>
background-color css
<style>
a { background-color: #FCFD01; }
a { background-color: rgb(252,253,1); }
div.DivClassName
{
background-color: #FCFD01;
}
.BgClassName
{
background-color: #FCFD01;
}
</style>
border-color css
<style>
span { border-color: #FCFD01; }
span { border-color: rgb(252,253,1); }
td.TdClassName
{
border-color: #FCFD01;
}
.TagClassName
{
border-color: #FCFD01;
}
</style>