Shades of Yellow #F6F202
Tints of Yellow #F6F202
RGB
CMYK
RGB Variations
Color information
#F6F202 (or 0xF6F202) is known color: Yellow. HEX triplet: F6, F2 and 02. RGB value is (246,242,2). Sum of RGB (Red+Green+Blue) = 246+242+2=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F202 is #090DFD. Grayscale: #D8D8D8. Windows color (decimal): -593406 or 193270. OLE color: 193270.
HSL color Cylindrical-coordinate representation of color #F6F202: hue angle of 59.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6F202 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.04 |
| HSL | 59.02º | 0.98% | 0.49% | - |
| HSV(B) | 59.02º | 0.99% | 0.96% | - |
| XYZ | 69.77 | 83.1 | 12.42 | - |
| YUV | 215.84 | 7.33 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 2 | 0 | 0.02 | 0.99 | 0.04 | 59.02 | 0.98 | 0.49 |
| Hex | F6 | F2 | 2 | 0 | 2 | 63 | 4 | 3B | 62 | 31 |
| Octal | 366 | 362 | 2 | 0 | 2 | 143 | 4 | 73 | 142 | 61 |
| Binary | 11110110 | 11110010 | 10 | 0 | 10 | 1100011 | 100 | 111011 | 1100010 | 110001 |
Color Harmonies of #F6F202
Complementary color
Monochromatic Colors of #F6F202
Black with #F6F202
Text Example
Text Example
White with #F6F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F202; }
p { color: rgb(246,242,2); }
H1.HeaderClassName
{
color: #F6F202;
}
.AnyTagClassName
{
color: #F6F202;
}
</style>
background-color css
<style>
a { background-color: #F6F202; }
a { background-color: rgb(246,242,2); }
div.DivClassName
{
background-color: #F6F202;
}
.BgClassName
{
background-color: #F6F202;
}
</style>
border-color css
<style>
span { border-color: #F6F202; }
span { border-color: rgb(246,242,2); }
td.TdClassName
{
border-color: #F6F202;
}
.TagClassName
{
border-color: #F6F202;
}
</style>