Shades of Yellow #FCFE12
Tints of Yellow #FCFE12
RGB
CMYK
RGB Variations
Color information
#FCFE12 (or 0xFCFE12) is known color: Yellow. HEX triplet: FC, FE and 12. RGB value is (252,254,18). Sum of RGB (Red+Green+Blue) = 252+254+18=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 18 (7.42% from 255 or 3.44% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE12 is #0301ED. Grayscale: #E3E3E3. Windows color (decimal): -197102 or 1244924. OLE color: 1244924.
HSL color Cylindrical-coordinate representation of color #FCFE12: hue angle of 60.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCFE12 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 18 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.00 |
| HSL | 60.51º | 0.99% | 0.53% | - |
| HSV(B) | 60.51º | 0.93% | 1% | - |
| XYZ | 75.7 | 91.62 | 14.27 | - |
| YUV | 226.5 | 10.34 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 18 | 0.01 | 0 | 0.93 | 0.00 | 60.51 | 0.99 | 0.53 |
| Hex | FC | FE | 12 | 1 | 0 | 5D | 0 | 3D | 63 | 35 |
| Octal | 374 | 376 | 22 | 1 | 0 | 135 | 0 | 75 | 143 | 65 |
| Binary | 11111100 | 11111110 | 10010 | 1 | 0 | 1011101 | 0 | 111101 | 1100011 | 110101 |
Color Harmonies of #FCFE12
Complementary color
Monochromatic Colors of #FCFE12
Black with #FCFE12
Text Example
Text Example
White with #FCFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE12; }
p { color: rgb(252,254,18); }
H1.HeaderClassName
{
color: #FCFE12;
}
.AnyTagClassName
{
color: #FCFE12;
}
</style>
background-color css
<style>
a { background-color: #FCFE12; }
a { background-color: rgb(252,254,18); }
div.DivClassName
{
background-color: #FCFE12;
}
.BgClassName
{
background-color: #FCFE12;
}
</style>
border-color css
<style>
span { border-color: #FCFE12; }
span { border-color: rgb(252,254,18); }
td.TdClassName
{
border-color: #FCFE12;
}
.TagClassName
{
border-color: #FCFE12;
}
</style>