Shades of Yellow #FFF600
Tints of Yellow #FFF600
RGB
CMYK
RGB Variations
Color information
#FFF600 (or 0xFFF600) is known color: Yellow. HEX triplet: FF, F6 and 00. RGB value is (255,246,0). Sum of RGB (Red+Green+Blue) = 255+246+0=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 0 (0.39% from 255 or 0% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF600 is #0009FF. Grayscale: #DDDDDD. Windows color (decimal): -2560 or 63231. OLE color: 63231.
HSL color Cylindrical-coordinate representation of color #FFF600: hue angle of 57.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFF600 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0 |
| HSL | 57.88º | 1% | 0.5% | - |
| HSV(B) | 57.88º | 1% | 1% | - |
| XYZ | 74.2 | 87.17 | 12.92 | - |
| YUV | 220.65 | 3.48 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 0 | 0 | 0.04 | 1 | 0 | 57.88 | 1 | 0.5 |
| Hex | FF | F6 | 0 | 0 | 4 | 64 | 0 | 3A | 64 | 32 |
| Octal | 377 | 366 | 0 | 0 | 4 | 144 | 0 | 72 | 144 | 62 |
| Binary | 11111111 | 11110110 | 0 | 0 | 100 | 1100100 | 0 | 111010 | 1100100 | 110010 |
Color Harmonies of #FFF600
Complementary color
Monochromatic Colors of #FFF600
Black with #FFF600
Text Example
Text Example
White with #FFF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF600; }
p { color: rgb(255,246,0); }
H1.HeaderClassName
{
color: #FFF600;
}
.AnyTagClassName
{
color: #FFF600;
}
</style>
background-color css
<style>
a { background-color: #FFF600; }
a { background-color: rgb(255,246,0); }
div.DivClassName
{
background-color: #FFF600;
}
.BgClassName
{
background-color: #FFF600;
}
</style>
border-color css
<style>
span { border-color: #FFF600; }
span { border-color: rgb(255,246,0); }
td.TdClassName
{
border-color: #FFF600;
}
.TagClassName
{
border-color: #FFF600;
}
</style>