Shades of Yellow #FCFD07
Tints of Yellow #FCFD07
RGB
CMYK
RGB Variations
Color information
#FCFD07 (or 0xFCFD07) is known color: Yellow. HEX triplet: FC, FD and 07. RGB value is (252,253,7). Sum of RGB (Red+Green+Blue) = 252+253+7=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 7 (3.12% from 255 or 1.37% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD07 is #0302F8. Grayscale: #E1E1E1. Windows color (decimal): -197369 or 523772. OLE color: 523772.
HSL color Cylindrical-coordinate representation of color #FCFD07: hue angle of 60.24º 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 #FCFD07 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 7 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.01 |
| HSL | 60.24º | 0.98% | 0.51% | - |
| HSV(B) | 60.24º | 0.97% | 0.99% | - |
| XYZ | 75.31 | 90.96 | 13.79 | - |
| YUV | 224.66 | 5.17 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 7 | 0.00 | 0 | 0.97 | 0.01 | 60.24 | 0.98 | 0.51 |
| Hex | FC | FD | 7 | 0 | 0 | 61 | 1 | 3C | 62 | 33 |
| Octal | 374 | 375 | 7 | 0 | 0 | 141 | 1 | 74 | 142 | 63 |
| Binary | 11111100 | 11111101 | 111 | 0 | 0 | 1100001 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FCFD07
Complementary color
Monochromatic Colors of #FCFD07
Black with #FCFD07
Text Example
Text Example
White with #FCFD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD07; }
p { color: rgb(252,253,7); }
H1.HeaderClassName
{
color: #FCFD07;
}
.AnyTagClassName
{
color: #FCFD07;
}
</style>
background-color css
<style>
a { background-color: #FCFD07; }
a { background-color: rgb(252,253,7); }
div.DivClassName
{
background-color: #FCFD07;
}
.BgClassName
{
background-color: #FCFD07;
}
</style>
border-color css
<style>
span { border-color: #FCFD07; }
span { border-color: rgb(252,253,7); }
td.TdClassName
{
border-color: #FCFD07;
}
.TagClassName
{
border-color: #FCFD07;
}
</style>