Shades of Yellow #F6F901
Tints of Yellow #F6F901
RGB
CMYK
RGB Variations
Color information
#F6F901 (or 0xF6F901) is known color: Yellow. HEX triplet: F6, F9 and 01. RGB value is (246,249,1). Sum of RGB (Red+Green+Blue) = 246+249+1=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F901 is #0906FE. Grayscale: #DCDCDC. Windows color (decimal): -591615 or 129526. OLE color: 129526.
HSL color Cylindrical-coordinate representation of color #F6F901: hue angle of 60.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6F901 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 249 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.02 |
| HSL | 60.73º | 0.99% | 0.49% | - |
| HSV(B) | 60.73º | 1% | 0.98% | - |
| XYZ | 71.89 | 87.35 | 13.1 | - |
| YUV | 219.83 | 4.51 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 249 | 1 | 0.01 | 0 | 1.00 | 0.02 | 60.73 | 0.99 | 0.49 |
| Hex | F6 | F9 | 1 | 1 | 0 | 64 | 2 | 3D | 63 | 31 |
| Octal | 366 | 371 | 1 | 1 | 0 | 144 | 2 | 75 | 143 | 61 |
| Binary | 11110110 | 11111001 | 1 | 1 | 0 | 1100100 | 10 | 111101 | 1100011 | 110001 |
Color Harmonies of #F6F901
Complementary color
Monochromatic Colors of #F6F901
Black with #F6F901
Text Example
Text Example
White with #F6F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F901; }
p { color: rgb(246,249,1); }
H1.HeaderClassName
{
color: #F6F901;
}
.AnyTagClassName
{
color: #F6F901;
}
</style>
background-color css
<style>
a { background-color: #F6F901; }
a { background-color: rgb(246,249,1); }
div.DivClassName
{
background-color: #F6F901;
}
.BgClassName
{
background-color: #F6F901;
}
</style>
border-color css
<style>
span { border-color: #F6F901; }
span { border-color: rgb(246,249,1); }
td.TdClassName
{
border-color: #F6F901;
}
.TagClassName
{
border-color: #F6F901;
}
</style>