Shades of Yellow #FCFE0A
Tints of Yellow #FCFE0A
RGB
CMYK
RGB Variations
Color information
#FCFE0A (or 0xFCFE0A) is known color: Yellow. HEX triplet: FC, FE and 0A. RGB value is (252,254,10). Sum of RGB (Red+Green+Blue) = 252+254+10=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 10 (4.30% from 255 or 1.94% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE0A is #0301F5. Grayscale: #E2E2E2. Windows color (decimal): -197110 or 720636. OLE color: 720636.
HSL color Cylindrical-coordinate representation of color #FCFE0A: hue angle of 60.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCFE0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.00 |
| HSL | 60.49º | 0.99% | 0.52% | - |
| HSV(B) | 60.49º | 0.96% | 1% | - |
| XYZ | 75.64 | 91.6 | 13.98 | - |
| YUV | 225.59 | 6.34 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 10 | 0.01 | 0 | 0.96 | 0.00 | 60.49 | 0.99 | 0.52 |
| Hex | FC | FE | A | 1 | 0 | 60 | 0 | 3C | 63 | 34 |
| Octal | 374 | 376 | 12 | 1 | 0 | 140 | 0 | 74 | 143 | 64 |
| Binary | 11111100 | 11111110 | 1010 | 1 | 0 | 1100000 | 0 | 111100 | 1100011 | 110100 |
Color Harmonies of #FCFE0A
Complementary color
Monochromatic Colors of #FCFE0A
Black with #FCFE0A
Text Example
Text Example
White with #FCFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE0A; }
p { color: rgb(252,254,10); }
H1.HeaderClassName
{
color: #FCFE0A;
}
.AnyTagClassName
{
color: #FCFE0A;
}
</style>
background-color css
<style>
a { background-color: #FCFE0A; }
a { background-color: rgb(252,254,10); }
div.DivClassName
{
background-color: #FCFE0A;
}
.BgClassName
{
background-color: #FCFE0A;
}
</style>
border-color css
<style>
span { border-color: #FCFE0A; }
span { border-color: rgb(252,254,10); }
td.TdClassName
{
border-color: #FCFE0A;
}
.TagClassName
{
border-color: #FCFE0A;
}
</style>