Shades of Yellow #F2F705
Tints of Yellow #F2F705
RGB
CMYK
RGB Variations
Color information
#F2F705 (or 0xF2F705) is known color: Yellow. HEX triplet: F2, F7 and 05. RGB value is (242,247,5). Sum of RGB (Red+Green+Blue) = 242+247+5=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 5 (2.34% from 255 or 1.01% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F705 is #0D08FA. Grayscale: #DADADA. Windows color (decimal): -854267 or 391154. OLE color: 391154.
HSL color Cylindrical-coordinate representation of color #F2F705: hue angle of 61.24º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2F705 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 5 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.03 |
| HSL | 61.24º | 0.96% | 0.49% | - |
| HSV(B) | 61.24º | 0.98% | 0.97% | - |
| XYZ | 69.91 | 85.41 | 12.94 | - |
| YUV | 217.92 | 7.84 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 5 | 0.02 | 0 | 0.98 | 0.03 | 61.24 | 0.96 | 0.49 |
| Hex | F2 | F7 | 5 | 2 | 0 | 62 | 3 | 3D | 60 | 31 |
| Octal | 362 | 367 | 5 | 2 | 0 | 142 | 3 | 75 | 140 | 61 |
| Binary | 11110010 | 11110111 | 101 | 10 | 0 | 1100010 | 11 | 111101 | 1100000 | 110001 |
Color Harmonies of #F2F705
Complementary color
Monochromatic Colors of #F2F705
Black with #F2F705
Text Example
Text Example
White with #F2F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F705; }
p { color: rgb(242,247,5); }
H1.HeaderClassName
{
color: #F2F705;
}
.AnyTagClassName
{
color: #F2F705;
}
</style>
background-color css
<style>
a { background-color: #F2F705; }
a { background-color: rgb(242,247,5); }
div.DivClassName
{
background-color: #F2F705;
}
.BgClassName
{
background-color: #F2F705;
}
</style>
border-color css
<style>
span { border-color: #F2F705; }
span { border-color: rgb(242,247,5); }
td.TdClassName
{
border-color: #F2F705;
}
.TagClassName
{
border-color: #F2F705;
}
</style>