Shades of Yellow #FFFC13
Tints of Yellow #FFFC13
RGB
CMYK
RGB Variations
Color information
#FFFC13 (or 0xFFFC13) is known color: Yellow. HEX triplet: FF, FC and 13. RGB value is (255,252,19). Sum of RGB (Red+Green+Blue) = 255+252+19=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 19 (7.81% from 255 or 3.61% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC13 is #0003EC. Grayscale: #E3E3E3. Windows color (decimal): -1005 or 1309951. OLE color: 1309951.
HSL color Cylindrical-coordinate representation of color #FFFC13: hue angle of 59.24º 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 #FFFC13 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 19 | - |
| CMYK | 0 | 0.01 | 0.93 | 0 |
| HSL | 59.24º | 1% | 0.54% | - |
| HSV(B) | 59.24º | 0.93% | 1% | - |
| XYZ | 76.17 | 90.93 | 14.15 | - |
| YUV | 226.34 | 10.99 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 19 | 0 | 0.01 | 0.93 | 0 | 59.24 | 1 | 0.54 |
| Hex | FF | FC | 13 | 0 | 1 | 5D | 0 | 3B | 64 | 36 |
| Octal | 377 | 374 | 23 | 0 | 1 | 135 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111100 | 10011 | 0 | 1 | 1011101 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFC13
Complementary color
Monochromatic Colors of #FFFC13
Black with #FFFC13
Text Example
Text Example
White with #FFFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC13; }
p { color: rgb(255,252,19); }
H1.HeaderClassName
{
color: #FFFC13;
}
.AnyTagClassName
{
color: #FFFC13;
}
</style>
background-color css
<style>
a { background-color: #FFFC13; }
a { background-color: rgb(255,252,19); }
div.DivClassName
{
background-color: #FFFC13;
}
.BgClassName
{
background-color: #FFFC13;
}
</style>
border-color css
<style>
span { border-color: #FFFC13; }
span { border-color: rgb(255,252,19); }
td.TdClassName
{
border-color: #FFFC13;
}
.TagClassName
{
border-color: #FFFC13;
}
</style>