Shades of Yellow #F7FC0F
Tints of Yellow #F7FC0F
RGB
CMYK
RGB Variations
Color information
#F7FC0F (or 0xF7FC0F) is known color: Yellow. HEX triplet: F7, FC and 0F. RGB value is (247,252,15). Sum of RGB (Red+Green+Blue) = 247+252+15=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 15 (6.25% from 255 or 2.92% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7FC0F is #0803F0. Grayscale: #E0E0E0. Windows color (decimal): -525297 or 1047799. OLE color: 1047799.
HSL color Cylindrical-coordinate representation of color #F7FC0F: hue angle of 61.27º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7FC0F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.01 |
| HSL | 61.27º | 0.98% | 0.52% | - |
| HSV(B) | 61.27º | 0.94% | 0.99% | - |
| XYZ | 73.25 | 89.43 | 13.85 | - |
| YUV | 223.49 | 10.34 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 15 | 0.02 | 0 | 0.94 | 0.01 | 61.27 | 0.98 | 0.52 |
| Hex | F7 | FC | F | 2 | 0 | 5E | 1 | 3D | 62 | 34 |
| Octal | 367 | 374 | 17 | 2 | 0 | 136 | 1 | 75 | 142 | 64 |
| Binary | 11110111 | 11111100 | 1111 | 10 | 0 | 1011110 | 1 | 111101 | 1100010 | 110100 |
Color Harmonies of #F7FC0F
Complementary color
Monochromatic Colors of #F7FC0F
Black with #F7FC0F
Text Example
Text Example
White with #F7FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FC0F; }
p { color: rgb(247,252,15); }
H1.HeaderClassName
{
color: #F7FC0F;
}
.AnyTagClassName
{
color: #F7FC0F;
}
</style>
background-color css
<style>
a { background-color: #F7FC0F; }
a { background-color: rgb(247,252,15); }
div.DivClassName
{
background-color: #F7FC0F;
}
.BgClassName
{
background-color: #F7FC0F;
}
</style>
border-color css
<style>
span { border-color: #F7FC0F; }
span { border-color: rgb(247,252,15); }
td.TdClassName
{
border-color: #F7FC0F;
}
.TagClassName
{
border-color: #F7FC0F;
}
</style>