Shades of Yellow #F6F600
Tints of Yellow #F6F600
RGB
CMYK
RGB Variations
Color information
#F6F600 (or 0xF6F600) is known color: Yellow. HEX triplet: F6, F6 and 00. RGB value is (246,246,0). Sum of RGB (Red+Green+Blue) = 246+246+0=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 0 (0.39% from 255 or 0% from 492); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F600 is #0909FF. Grayscale: #DADADA. Windows color (decimal): -592384 or 63222. OLE color: 63222.
HSL color Cylindrical-coordinate representation of color #F6F600: hue angle of 60º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6F600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 246 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.04 |
| HSL | 60º | 1% | 0.48% | - |
| HSV(B) | 60º | 1% | 0.96% | - |
| XYZ | 70.96 | 85.5 | 12.76 | - |
| YUV | 217.96 | 5 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 246 | 0 | 0 | 0 | 1 | 0.04 | 60 | 1 | 0.48 |
| Hex | F6 | F6 | 0 | 0 | 0 | 64 | 4 | 3C | 64 | 30 |
| Octal | 366 | 366 | 0 | 0 | 0 | 144 | 4 | 74 | 144 | 60 |
| Binary | 11110110 | 11110110 | 0 | 0 | 0 | 1100100 | 100 | 111100 | 1100100 | 110000 |
Color Harmonies of #F6F600
Complementary color
Monochromatic Colors of #F6F600
Black with #F6F600
Text Example
Text Example
White with #F6F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F600; }
p { color: rgb(246,246,0); }
H1.HeaderClassName
{
color: #F6F600;
}
.AnyTagClassName
{
color: #F6F600;
}
</style>
background-color css
<style>
a { background-color: #F6F600; }
a { background-color: rgb(246,246,0); }
div.DivClassName
{
background-color: #F6F600;
}
.BgClassName
{
background-color: #F6F600;
}
</style>
border-color css
<style>
span { border-color: #F6F600; }
span { border-color: rgb(246,246,0); }
td.TdClassName
{
border-color: #F6F600;
}
.TagClassName
{
border-color: #F6F600;
}
</style>