Shades of Yellow #FCFC13
Tints of Yellow #FCFC13
RGB
CMYK
RGB Variations
Color information
#FCFC13 (or 0xFCFC13) is known color: Yellow. HEX triplet: FC, FC and 13. RGB value is (252,252,19). Sum of RGB (Red+Green+Blue) = 252+252+19=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 19 (7.81% from 255 or 3.63% from 523); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC13 is #0303EC. Grayscale: #E2E2E2. Windows color (decimal): -197613 or 1309948. OLE color: 1309948.
HSL color Cylindrical-coordinate representation of color #FCFC13: hue angle of 60º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCFC13 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 19 | - |
| CMYK | 0 | 0 | 0.92 | 0.01 |
| HSL | 60º | 0.97% | 0.53% | - |
| HSV(B) | 60º | 0.92% | 0.99% | - |
| XYZ | 75.07 | 90.36 | 14.1 | - |
| YUV | 225.44 | 11.5 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 19 | 0 | 0 | 0.92 | 0.01 | 60 | 0.97 | 0.53 |
| Hex | FC | FC | 13 | 0 | 0 | 5C | 1 | 3C | 61 | 35 |
| Octal | 374 | 374 | 23 | 0 | 0 | 134 | 1 | 74 | 141 | 65 |
| Binary | 11111100 | 11111100 | 10011 | 0 | 0 | 1011100 | 1 | 111100 | 1100001 | 110101 |
Color Harmonies of #FCFC13
Complementary color
Monochromatic Colors of #FCFC13
Black with #FCFC13
Text Example
Text Example
White with #FCFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC13; }
p { color: rgb(252,252,19); }
H1.HeaderClassName
{
color: #FCFC13;
}
.AnyTagClassName
{
color: #FCFC13;
}
</style>
background-color css
<style>
a { background-color: #FCFC13; }
a { background-color: rgb(252,252,19); }
div.DivClassName
{
background-color: #FCFC13;
}
.BgClassName
{
background-color: #FCFC13;
}
</style>
border-color css
<style>
span { border-color: #FCFC13; }
span { border-color: rgb(252,252,19); }
td.TdClassName
{
border-color: #FCFC13;
}
.TagClassName
{
border-color: #FCFC13;
}
</style>