Shades of Yellow #F7F70B
Tints of Yellow #F7F70B
RGB
CMYK
RGB Variations
Color information
#F7F70B (or 0xF7F70B) is known color: Yellow. HEX triplet: F7, F7 and 0B. RGB value is (247,247,11). Sum of RGB (Red+Green+Blue) = 247+247+11=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 11 (4.69% from 255 or 2.18% from 505); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F70B is #0808F4. Grayscale: #DDDDDD. Windows color (decimal): -526581 or 784375. OLE color: 784375.
HSL color Cylindrical-coordinate representation of color #F7F70B: hue angle of 60º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7F70B is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 247 | 11 | - |
| CMYK | 0 | 0 | 0.96 | 0.03 |
| HSL | 60º | 0.94% | 0.51% | - |
| HSV(B) | 60º | 0.96% | 0.97% | - |
| XYZ | 71.68 | 86.32 | 13.2 | - |
| YUV | 220.1 | 10 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 247 | 11 | 0 | 0 | 0.96 | 0.03 | 60 | 0.94 | 0.51 |
| Hex | F7 | F7 | B | 0 | 0 | 60 | 3 | 3C | 5E | 33 |
| Octal | 367 | 367 | 13 | 0 | 0 | 140 | 3 | 74 | 136 | 63 |
| Binary | 11110111 | 11110111 | 1011 | 0 | 0 | 1100000 | 11 | 111100 | 1011110 | 110011 |
Color Harmonies of #F7F70B
Complementary color
Monochromatic Colors of #F7F70B
Black with #F7F70B
Text Example
Text Example
White with #F7F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F70B; }
p { color: rgb(247,247,11); }
H1.HeaderClassName
{
color: #F7F70B;
}
.AnyTagClassName
{
color: #F7F70B;
}
</style>
background-color css
<style>
a { background-color: #F7F70B; }
a { background-color: rgb(247,247,11); }
div.DivClassName
{
background-color: #F7F70B;
}
.BgClassName
{
background-color: #F7F70B;
}
</style>
border-color css
<style>
span { border-color: #F7F70B; }
span { border-color: rgb(247,247,11); }
td.TdClassName
{
border-color: #F7F70B;
}
.TagClassName
{
border-color: #F7F70B;
}
</style>