Shades of Yellow #FCFC08
Tints of Yellow #FCFC08
RGB
CMYK
RGB Variations
Color information
#FCFC08 (or 0xFCFC08) is known color: Yellow. HEX triplet: FC, FC and 08. RGB value is (252,252,8). Sum of RGB (Red+Green+Blue) = 252+252+8=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 8 (3.52% from 255 or 1.56% from 512); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC08 is #0303F7. Grayscale: #E1E1E1. Windows color (decimal): -197624 or 589052. OLE color: 589052.
HSL color Cylindrical-coordinate representation of color #FCFC08: hue angle of 60º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCFC08 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 8 | - |
| CMYK | 0 | 0 | 0.97 | 0.01 |
| HSL | 60º | 0.98% | 0.51% | - |
| HSV(B) | 60º | 0.97% | 0.99% | - |
| XYZ | 75 | 90.33 | 13.71 | - |
| YUV | 224.18 | 6 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 8 | 0 | 0 | 0.97 | 0.01 | 60 | 0.98 | 0.51 |
| Hex | FC | FC | 8 | 0 | 0 | 61 | 1 | 3C | 62 | 33 |
| Octal | 374 | 374 | 10 | 0 | 0 | 141 | 1 | 74 | 142 | 63 |
| Binary | 11111100 | 11111100 | 1000 | 0 | 0 | 1100001 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FCFC08
Complementary color
Monochromatic Colors of #FCFC08
Black with #FCFC08
Text Example
Text Example
White with #FCFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC08; }
p { color: rgb(252,252,8); }
H1.HeaderClassName
{
color: #FCFC08;
}
.AnyTagClassName
{
color: #FCFC08;
}
</style>
background-color css
<style>
a { background-color: #FCFC08; }
a { background-color: rgb(252,252,8); }
div.DivClassName
{
background-color: #FCFC08;
}
.BgClassName
{
background-color: #FCFC08;
}
</style>
border-color css
<style>
span { border-color: #FCFC08; }
span { border-color: rgb(252,252,8); }
td.TdClassName
{
border-color: #FCFC08;
}
.TagClassName
{
border-color: #FCFC08;
}
</style>