Shades of Yellow #F7FC01
Tints of Yellow #F7FC01
RGB
CMYK
RGB Variations
Color information
#F7FC01 (or 0xF7FC01) is known color: Yellow. HEX triplet: F7, FC and 01. RGB value is (247,252,1). Sum of RGB (Red+Green+Blue) = 247+252+1=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 1 (0.78% from 255 or 0.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7FC01 is #0803FE. Grayscale: #DEDEDE. Windows color (decimal): -525311 or 130295. OLE color: 130295.
HSL color Cylindrical-coordinate representation of color #F7FC01: hue angle of 61.2º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7FC01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.01 |
| HSL | 61.2º | 0.99% | 0.5% | - |
| HSV(B) | 61.2º | 1% | 0.99% | - |
| XYZ | 73.17 | 89.4 | 13.43 | - |
| YUV | 221.89 | 3.34 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 1 | 0.02 | 0 | 1.00 | 0.01 | 61.2 | 0.99 | 0.5 |
| Hex | F7 | FC | 1 | 2 | 0 | 64 | 1 | 3D | 63 | 32 |
| Octal | 367 | 374 | 1 | 2 | 0 | 144 | 1 | 75 | 143 | 62 |
| Binary | 11110111 | 11111100 | 1 | 10 | 0 | 1100100 | 1 | 111101 | 1100011 | 110010 |
Color Harmonies of #F7FC01
Complementary color
Monochromatic Colors of #F7FC01
Black with #F7FC01
Text Example
Text Example
White with #F7FC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FC01; }
p { color: rgb(247,252,1); }
H1.HeaderClassName
{
color: #F7FC01;
}
.AnyTagClassName
{
color: #F7FC01;
}
</style>
background-color css
<style>
a { background-color: #F7FC01; }
a { background-color: rgb(247,252,1); }
div.DivClassName
{
background-color: #F7FC01;
}
.BgClassName
{
background-color: #F7FC01;
}
</style>
border-color css
<style>
span { border-color: #F7FC01; }
span { border-color: rgb(247,252,1); }
td.TdClassName
{
border-color: #F7FC01;
}
.TagClassName
{
border-color: #F7FC01;
}
</style>