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