Shades of Yellow #F2F608
Tints of Yellow #F2F608
RGB
CMYK
RGB Variations
Color information
#F2F608 (or 0xF2F608) is known color: Yellow. HEX triplet: F2, F6 and 08. RGB value is (242,246,8). Sum of RGB (Red+Green+Blue) = 242+246+8=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 8 (3.52% from 255 or 1.61% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F608 is #0D09F7. Grayscale: #DADADA. Windows color (decimal): -854520 or 587506. OLE color: 587506.
HSL color Cylindrical-coordinate representation of color #F2F608: hue angle of 61.01º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2F608 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.04 |
| HSL | 61.01º | 0.94% | 0.5% | - |
| HSV(B) | 61.01º | 0.97% | 0.96% | - |
| XYZ | 69.62 | 84.81 | 12.93 | - |
| YUV | 217.67 | 9.67 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 8 | 0.02 | 0 | 0.97 | 0.04 | 61.01 | 0.94 | 0.5 |
| Hex | F2 | F6 | 8 | 2 | 0 | 61 | 4 | 3D | 5E | 32 |
| Octal | 362 | 366 | 10 | 2 | 0 | 141 | 4 | 75 | 136 | 62 |
| Binary | 11110010 | 11110110 | 1000 | 10 | 0 | 1100001 | 100 | 111101 | 1011110 | 110010 |
Color Harmonies of #F2F608
Complementary color
Monochromatic Colors of #F2F608
Black with #F2F608
Text Example
Text Example
White with #F2F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F608; }
p { color: rgb(242,246,8); }
H1.HeaderClassName
{
color: #F2F608;
}
.AnyTagClassName
{
color: #F2F608;
}
</style>
background-color css
<style>
a { background-color: #F2F608; }
a { background-color: rgb(242,246,8); }
div.DivClassName
{
background-color: #F2F608;
}
.BgClassName
{
background-color: #F2F608;
}
</style>
border-color css
<style>
span { border-color: #F2F608; }
span { border-color: rgb(242,246,8); }
td.TdClassName
{
border-color: #F2F608;
}
.TagClassName
{
border-color: #F2F608;
}
</style>