Shades of Yellow #F2F706
Tints of Yellow #F2F706
RGB
CMYK
RGB Variations
Color information
#F2F706 (or 0xF2F706) is known color: Yellow. HEX triplet: F2, F7 and 06. RGB value is (242,247,6). Sum of RGB (Red+Green+Blue) = 242+247+6=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 6 (2.73% from 255 or 1.21% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F706 is #0D08F9. Grayscale: #DADADA. Windows color (decimal): -854266 or 456690. OLE color: 456690.
HSL color Cylindrical-coordinate representation of color #F2F706: hue angle of 61.24º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2F706 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 6 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.03 |
| HSL | 61.24º | 0.95% | 0.5% | - |
| HSV(B) | 61.24º | 0.98% | 0.97% | - |
| XYZ | 69.91 | 85.41 | 12.97 | - |
| YUV | 218.03 | 8.34 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 6 | 0.02 | 0 | 0.98 | 0.03 | 61.24 | 0.95 | 0.5 |
| Hex | F2 | F7 | 6 | 2 | 0 | 62 | 3 | 3D | 5F | 32 |
| Octal | 362 | 367 | 6 | 2 | 0 | 142 | 3 | 75 | 137 | 62 |
| Binary | 11110010 | 11110111 | 110 | 10 | 0 | 1100010 | 11 | 111101 | 1011111 | 110010 |
Color Harmonies of #F2F706
Complementary color
Monochromatic Colors of #F2F706
Black with #F2F706
Text Example
Text Example
White with #F2F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F706; }
p { color: rgb(242,247,6); }
H1.HeaderClassName
{
color: #F2F706;
}
.AnyTagClassName
{
color: #F2F706;
}
</style>
background-color css
<style>
a { background-color: #F2F706; }
a { background-color: rgb(242,247,6); }
div.DivClassName
{
background-color: #F2F706;
}
.BgClassName
{
background-color: #F2F706;
}
</style>
border-color css
<style>
span { border-color: #F2F706; }
span { border-color: rgb(242,247,6); }
td.TdClassName
{
border-color: #F2F706;
}
.TagClassName
{
border-color: #F2F706;
}
</style>