Shades of Yellow #FCFE13
Tints of Yellow #FCFE13
RGB
CMYK
RGB Variations
Color information
#FCFE13 (or 0xFCFE13) is known color: Yellow. HEX triplet: FC, FE and 13. RGB value is (252,254,19). Sum of RGB (Red+Green+Blue) = 252+254+19=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 19 (7.81% from 255 or 3.62% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE13 is #0301EC. Grayscale: #E3E3E3. Windows color (decimal): -197101 or 1310460. OLE color: 1310460.
HSL color Cylindrical-coordinate representation of color #FCFE13: hue angle of 60.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCFE13 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 19 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.00 |
| HSL | 60.51º | 0.99% | 0.54% | - |
| HSV(B) | 60.51º | 0.93% | 1% | - |
| XYZ | 75.7 | 91.63 | 14.31 | - |
| YUV | 226.61 | 10.84 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 19 | 0.01 | 0 | 0.93 | 0.00 | 60.51 | 0.99 | 0.54 |
| Hex | FC | FE | 13 | 1 | 0 | 5D | 0 | 3D | 63 | 36 |
| Octal | 374 | 376 | 23 | 1 | 0 | 135 | 0 | 75 | 143 | 66 |
| Binary | 11111100 | 11111110 | 10011 | 1 | 0 | 1011101 | 0 | 111101 | 1100011 | 110110 |
Color Harmonies of #FCFE13
Complementary color
Monochromatic Colors of #FCFE13
Black with #FCFE13
Text Example
Text Example
White with #FCFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE13; }
p { color: rgb(252,254,19); }
H1.HeaderClassName
{
color: #FCFE13;
}
.AnyTagClassName
{
color: #FCFE13;
}
</style>
background-color css
<style>
a { background-color: #FCFE13; }
a { background-color: rgb(252,254,19); }
div.DivClassName
{
background-color: #FCFE13;
}
.BgClassName
{
background-color: #FCFE13;
}
</style>
border-color css
<style>
span { border-color: #FCFE13; }
span { border-color: rgb(252,254,19); }
td.TdClassName
{
border-color: #FCFE13;
}
.TagClassName
{
border-color: #FCFE13;
}
</style>