Shades of Tangerine Yellow #F6CE0B
Tints of Tangerine Yellow #F6CE0B
RGB
CMYK
RGB Variations
Color information
#F6CE0B (or 0xF6CE0B) is known color: Tangerine Yellow. HEX triplet: F6, CE and 0B. RGB value is (246,206,11). Sum of RGB (Red+Green+Blue) = 246+206+11=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CE0B is #0931F4. Grayscale: #C4C4C4. Windows color (decimal): -602613 or 773878. OLE color: 773878.
HSL color Cylindrical-coordinate representation of color #F6CE0B: hue angle of 49.79º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6CE0B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.04 |
| HSL | 49.79º | 0.93% | 0.5% | - |
| HSV(B) | 49.79º | 0.96% | 0.96% | - |
| XYZ | 60.14 | 63.76 | 9.45 | - |
| YUV | 195.73 | 23.75 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 11 | 0 | 0.16 | 0.96 | 0.04 | 49.79 | 0.93 | 0.5 |
| Hex | F6 | CE | B | 0 | 10 | 60 | 4 | 32 | 5D | 32 |
| Octal | 366 | 316 | 13 | 0 | 20 | 140 | 4 | 62 | 135 | 62 |
| Binary | 11110110 | 11001110 | 1011 | 0 | 10000 | 1100000 | 100 | 110010 | 1011101 | 110010 |
Color Harmonies of #F6CE0B
Complementary color
Monochromatic Colors of #F6CE0B
Black with #F6CE0B
Text Example
Text Example
White with #F6CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE0B; }
p { color: rgb(246,206,11); }
H1.HeaderClassName
{
color: #F6CE0B;
}
.AnyTagClassName
{
color: #F6CE0B;
}
</style>
background-color css
<style>
a { background-color: #F6CE0B; }
a { background-color: rgb(246,206,11); }
div.DivClassName
{
background-color: #F6CE0B;
}
.BgClassName
{
background-color: #F6CE0B;
}
</style>
border-color css
<style>
span { border-color: #F6CE0B; }
span { border-color: rgb(246,206,11); }
td.TdClassName
{
border-color: #F6CE0B;
}
.TagClassName
{
border-color: #F6CE0B;
}
</style>