Shades of Yellow #F6F000
Tints of Yellow #F6F000
RGB
CMYK
RGB Variations
Color information
#F6F000 (or 0xF6F000) is known color: Yellow. HEX triplet: F6, F0 and 00. RGB value is (246,240,0). Sum of RGB (Red+Green+Blue) = 246+240+0=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 0 (0.39% from 255 or 0% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F000 is #090FFF. Grayscale: #D7D7D7. Windows color (decimal): -593920 or 61686. OLE color: 61686.
HSL color Cylindrical-coordinate representation of color #F6F000: hue angle of 58.54º 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 #F6F000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.04 |
| HSL | 58.54º | 1% | 0.48% | - |
| HSV(B) | 58.54º | 1% | 0.96% | - |
| XYZ | 69.17 | 81.91 | 12.17 | - |
| YUV | 214.43 | 6.99 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 0 | 0 | 0.02 | 1 | 0.04 | 58.54 | 1 | 0.48 |
| Hex | F6 | F0 | 0 | 0 | 2 | 64 | 4 | 3B | 64 | 30 |
| Octal | 366 | 360 | 0 | 0 | 2 | 144 | 4 | 73 | 144 | 60 |
| Binary | 11110110 | 11110000 | 0 | 0 | 10 | 1100100 | 100 | 111011 | 1100100 | 110000 |
Color Harmonies of #F6F000
Complementary color
Monochromatic Colors of #F6F000
Black with #F6F000
Text Example
Text Example
White with #F6F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F000; }
p { color: rgb(246,240,0); }
H1.HeaderClassName
{
color: #F6F000;
}
.AnyTagClassName
{
color: #F6F000;
}
</style>
background-color css
<style>
a { background-color: #F6F000; }
a { background-color: rgb(246,240,0); }
div.DivClassName
{
background-color: #F6F000;
}
.BgClassName
{
background-color: #F6F000;
}
</style>
border-color css
<style>
span { border-color: #F6F000; }
span { border-color: rgb(246,240,0); }
td.TdClassName
{
border-color: #F6F000;
}
.TagClassName
{
border-color: #F6F000;
}
</style>