Shades of Yellow #FCFE02
Tints of Yellow #FCFE02
RGB
CMYK
RGB Variations
Color information
#FCFE02 (or 0xFCFE02) is known color: Yellow. HEX triplet: FC, FE and 02. RGB value is (252,254,2). Sum of RGB (Red+Green+Blue) = 252+254+2=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 2 (1.17% from 255 or 0.39% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE02 is #0301FD. Grayscale: #E1E1E1. Windows color (decimal): -197118 or 196348. OLE color: 196348.
HSL color Cylindrical-coordinate representation of color #FCFE02: hue angle of 60.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCFE02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.00 |
| HSL | 60.48º | 0.99% | 0.5% | - |
| HSV(B) | 60.48º | 0.99% | 1% | - |
| XYZ | 75.6 | 91.58 | 13.75 | - |
| YUV | 224.67 | 2.34 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 2 | 0.01 | 0 | 0.99 | 0.00 | 60.48 | 0.99 | 0.5 |
| Hex | FC | FE | 2 | 1 | 0 | 63 | 0 | 3C | 63 | 32 |
| Octal | 374 | 376 | 2 | 1 | 0 | 143 | 0 | 74 | 143 | 62 |
| Binary | 11111100 | 11111110 | 10 | 1 | 0 | 1100011 | 0 | 111100 | 1100011 | 110010 |
Color Harmonies of #FCFE02
Complementary color
Monochromatic Colors of #FCFE02
Black with #FCFE02
Text Example
Text Example
White with #FCFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE02; }
p { color: rgb(252,254,2); }
H1.HeaderClassName
{
color: #FCFE02;
}
.AnyTagClassName
{
color: #FCFE02;
}
</style>
background-color css
<style>
a { background-color: #FCFE02; }
a { background-color: rgb(252,254,2); }
div.DivClassName
{
background-color: #FCFE02;
}
.BgClassName
{
background-color: #FCFE02;
}
</style>
border-color css
<style>
span { border-color: #FCFE02; }
span { border-color: rgb(252,254,2); }
td.TdClassName
{
border-color: #FCFE02;
}
.TagClassName
{
border-color: #FCFE02;
}
</style>