Shades of Yellow #FCFC03
Tints of Yellow #FCFC03
RGB
CMYK
RGB Variations
Color information
#FCFC03 (or 0xFCFC03) is known color: Yellow. HEX triplet: FC, FC and 03. RGB value is (252,252,3). Sum of RGB (Red+Green+Blue) = 252+252+3=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 3 (1.56% from 255 or 0.59% from 507); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC03 is #0303FC. Grayscale: #E0E0E0. Windows color (decimal): -197629 or 261372. OLE color: 261372.
HSL color Cylindrical-coordinate representation of color #FCFC03: hue angle of 60º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCFC03 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 3 | - |
| CMYK | 0 | 0 | 0.99 | 0.01 |
| HSL | 60º | 0.98% | 0.5% | - |
| HSV(B) | 60º | 0.99% | 0.99% | - |
| XYZ | 74.97 | 90.32 | 13.57 | - |
| YUV | 223.61 | 3.5 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 3 | 0 | 0 | 0.99 | 0.01 | 60 | 0.98 | 0.5 |
| Hex | FC | FC | 3 | 0 | 0 | 63 | 1 | 3C | 62 | 32 |
| Octal | 374 | 374 | 3 | 0 | 0 | 143 | 1 | 74 | 142 | 62 |
| Binary | 11111100 | 11111100 | 11 | 0 | 0 | 1100011 | 1 | 111100 | 1100010 | 110010 |
Color Harmonies of #FCFC03
Complementary color
Monochromatic Colors of #FCFC03
Black with #FCFC03
Text Example
Text Example
White with #FCFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC03; }
p { color: rgb(252,252,3); }
H1.HeaderClassName
{
color: #FCFC03;
}
.AnyTagClassName
{
color: #FCFC03;
}
</style>
background-color css
<style>
a { background-color: #FCFC03; }
a { background-color: rgb(252,252,3); }
div.DivClassName
{
background-color: #FCFC03;
}
.BgClassName
{
background-color: #FCFC03;
}
</style>
border-color css
<style>
span { border-color: #FCFC03; }
span { border-color: rgb(252,252,3); }
td.TdClassName
{
border-color: #FCFC03;
}
.TagClassName
{
border-color: #FCFC03;
}
</style>