Shades of Yellow #F2F70B
Tints of Yellow #F2F70B
RGB
CMYK
RGB Variations
Color information
#F2F70B (or 0xF2F70B) is known color: Yellow. HEX triplet: F2, F7 and 0B. RGB value is (242,247,11). Sum of RGB (Red+Green+Blue) = 242+247+11=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 11 (4.69% from 255 or 2.2% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F70B is #0D08F4. Grayscale: #DBDBDB. Windows color (decimal): -854261 or 784370. OLE color: 784370.
HSL color Cylindrical-coordinate representation of color #F2F70B: hue angle of 61.27º 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 #F2F70B is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 11 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.03 |
| HSL | 61.27º | 0.94% | 0.51% | - |
| HSV(B) | 61.27º | 0.96% | 0.97% | - |
| XYZ | 69.94 | 85.42 | 13.12 | - |
| YUV | 218.6 | 10.84 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 11 | 0.02 | 0 | 0.96 | 0.03 | 61.27 | 0.94 | 0.51 |
| Hex | F2 | F7 | B | 2 | 0 | 60 | 3 | 3D | 5E | 33 |
| Octal | 362 | 367 | 13 | 2 | 0 | 140 | 3 | 75 | 136 | 63 |
| Binary | 11110010 | 11110111 | 1011 | 10 | 0 | 1100000 | 11 | 111101 | 1011110 | 110011 |
Color Harmonies of #F2F70B
Complementary color
Monochromatic Colors of #F2F70B
Black with #F2F70B
Text Example
Text Example
White with #F2F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F70B; }
p { color: rgb(242,247,11); }
H1.HeaderClassName
{
color: #F2F70B;
}
.AnyTagClassName
{
color: #F2F70B;
}
</style>
background-color css
<style>
a { background-color: #F2F70B; }
a { background-color: rgb(242,247,11); }
div.DivClassName
{
background-color: #F2F70B;
}
.BgClassName
{
background-color: #F2F70B;
}
</style>
border-color css
<style>
span { border-color: #F2F70B; }
span { border-color: rgb(242,247,11); }
td.TdClassName
{
border-color: #F2F70B;
}
.TagClassName
{
border-color: #F2F70B;
}
</style>