Shades of Yellow #F7FB0E
Tints of Yellow #F7FB0E
RGB
CMYK
RGB Variations
Color information
#F7FB0E (or 0xF7FB0E) is known color: Yellow. HEX triplet: F7, FB and 0E. RGB value is (247,251,14). Sum of RGB (Red+Green+Blue) = 247+251+14=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 14 (5.86% from 255 or 2.73% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7FB0E is #0804F1. Grayscale: #DFDFDF. Windows color (decimal): -525554 or 982007. OLE color: 982007.
HSL color Cylindrical-coordinate representation of color #F7FB0E: hue angle of 61.01º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7FB0E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 251 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.02 |
| HSL | 61.01º | 0.97% | 0.52% | - |
| HSV(B) | 61.01º | 0.94% | 0.98% | - |
| XYZ | 72.93 | 88.8 | 13.71 | - |
| YUV | 222.79 | 10.17 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 251 | 14 | 0.02 | 0 | 0.94 | 0.02 | 61.01 | 0.97 | 0.52 |
| Hex | F7 | FB | E | 2 | 0 | 5E | 2 | 3D | 61 | 34 |
| Octal | 367 | 373 | 16 | 2 | 0 | 136 | 2 | 75 | 141 | 64 |
| Binary | 11110111 | 11111011 | 1110 | 10 | 0 | 1011110 | 10 | 111101 | 1100001 | 110100 |
Color Harmonies of #F7FB0E
Complementary color
Monochromatic Colors of #F7FB0E
Black with #F7FB0E
Text Example
Text Example
White with #F7FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FB0E; }
p { color: rgb(247,251,14); }
H1.HeaderClassName
{
color: #F7FB0E;
}
.AnyTagClassName
{
color: #F7FB0E;
}
</style>
background-color css
<style>
a { background-color: #F7FB0E; }
a { background-color: rgb(247,251,14); }
div.DivClassName
{
background-color: #F7FB0E;
}
.BgClassName
{
background-color: #F7FB0E;
}
</style>
border-color css
<style>
span { border-color: #F7FB0E; }
span { border-color: rgb(247,251,14); }
td.TdClassName
{
border-color: #F7FB0E;
}
.TagClassName
{
border-color: #F7FB0E;
}
</style>