Shades of Yellow #FCFF13
Tints of Yellow #FCFF13
RGB
CMYK
RGB Variations
Color information
#FCFF13 (or 0xFCFF13) is known color: Yellow. HEX triplet: FC, FF and 13. RGB value is (252,255,19). Sum of RGB (Red+Green+Blue) = 252+255+19=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 19 (7.81% from 255 or 3.61% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF13 is #0300EC. Grayscale: #E4E4E4. Windows color (decimal): -196845 or 1310716. OLE color: 1310716.
HSL color Cylindrical-coordinate representation of color #FCFF13: hue angle of 60.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCFF13 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 19 | - |
| CMYK | 0.01 | 0 | 0.93 | 0 |
| HSL | 60.76º | 1% | 0.54% | - |
| HSV(B) | 60.76º | 0.93% | 1% | - |
| XYZ | 76.02 | 92.26 | 14.42 | - |
| YUV | 227.2 | 10.51 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 19 | 0.01 | 0 | 0.93 | 0 | 60.76 | 1 | 0.54 |
| Hex | FC | FF | 13 | 1 | 0 | 5D | 0 | 3D | 64 | 36 |
| Octal | 374 | 377 | 23 | 1 | 0 | 135 | 0 | 75 | 144 | 66 |
| Binary | 11111100 | 11111111 | 10011 | 1 | 0 | 1011101 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FCFF13
Complementary color
Monochromatic Colors of #FCFF13
Black with #FCFF13
Text Example
Text Example
White with #FCFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF13; }
p { color: rgb(252,255,19); }
H1.HeaderClassName
{
color: #FCFF13;
}
.AnyTagClassName
{
color: #FCFF13;
}
</style>
background-color css
<style>
a { background-color: #FCFF13; }
a { background-color: rgb(252,255,19); }
div.DivClassName
{
background-color: #FCFF13;
}
.BgClassName
{
background-color: #FCFF13;
}
</style>
border-color css
<style>
span { border-color: #FCFF13; }
span { border-color: rgb(252,255,19); }
td.TdClassName
{
border-color: #FCFF13;
}
.TagClassName
{
border-color: #FCFF13;
}
</style>