Shades of Yellow #FCFF07
Tints of Yellow #FCFF07
RGB
CMYK
RGB Variations
Color information
#FCFF07 (or 0xFCFF07) is known color: Yellow. HEX triplet: FC, FF and 07. RGB value is (252,255,7). Sum of RGB (Red+Green+Blue) = 252+255+7=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 7 (3.12% from 255 or 1.36% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF07 is #0300F8. Grayscale: #E2E2E2. Windows color (decimal): -196857 or 524284. OLE color: 524284.
HSL color Cylindrical-coordinate representation of color #FCFF07: hue angle of 60.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCFF07 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0 |
| HSL | 60.73º | 1% | 0.51% | - |
| HSV(B) | 60.73º | 0.97% | 1% | - |
| XYZ | 75.94 | 92.23 | 14 | - |
| YUV | 225.83 | 4.51 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 7 | 0.01 | 0 | 0.97 | 0 | 60.73 | 1 | 0.51 |
| Hex | FC | FF | 7 | 1 | 0 | 61 | 0 | 3D | 64 | 33 |
| Octal | 374 | 377 | 7 | 1 | 0 | 141 | 0 | 75 | 144 | 63 |
| Binary | 11111100 | 11111111 | 111 | 1 | 0 | 1100001 | 0 | 111101 | 1100100 | 110011 |
Color Harmonies of #FCFF07
Complementary color
Monochromatic Colors of #FCFF07
Black with #FCFF07
Text Example
Text Example
White with #FCFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF07; }
p { color: rgb(252,255,7); }
H1.HeaderClassName
{
color: #FCFF07;
}
.AnyTagClassName
{
color: #FCFF07;
}
</style>
background-color css
<style>
a { background-color: #FCFF07; }
a { background-color: rgb(252,255,7); }
div.DivClassName
{
background-color: #FCFF07;
}
.BgClassName
{
background-color: #FCFF07;
}
</style>
border-color css
<style>
span { border-color: #FCFF07; }
span { border-color: rgb(252,255,7); }
td.TdClassName
{
border-color: #FCFF07;
}
.TagClassName
{
border-color: #FCFF07;
}
</style>