Shades of Tangerine Yellow #FFCE11
Tints of Tangerine Yellow #FFCE11
RGB
CMYK
RGB Variations
Color information
#FFCE11 (or 0xFFCE11) is known color: Tangerine Yellow. HEX triplet: FF, CE and 11. RGB value is (255,206,17). Sum of RGB (Red+Green+Blue) = 255+206+17=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE11 is #0031EE. Grayscale: #C7C7C7. Windows color (decimal): -12783 or 1167103. OLE color: 1167103.
HSL color Cylindrical-coordinate representation of color #FFCE11: hue angle of 47.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCE11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0 |
| HSL | 47.65º | 1% | 0.53% | - |
| HSV(B) | 47.65º | 0.93% | 1% | - |
| XYZ | 63.41 | 65.44 | 9.82 | - |
| YUV | 199.11 | 25.23 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 17 | 0 | 0.19 | 0.93 | 0 | 47.65 | 1 | 0.53 |
| Hex | FF | CE | 11 | 0 | 13 | 5D | 0 | 30 | 64 | 35 |
| Octal | 377 | 316 | 21 | 0 | 23 | 135 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001110 | 10001 | 0 | 10011 | 1011101 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCE11
Complementary color
Monochromatic Colors of #FFCE11
Black with #FFCE11
Text Example
Text Example
White with #FFCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE11; }
p { color: rgb(255,206,17); }
H1.HeaderClassName
{
color: #FFCE11;
}
.AnyTagClassName
{
color: #FFCE11;
}
</style>
background-color css
<style>
a { background-color: #FFCE11; }
a { background-color: rgb(255,206,17); }
div.DivClassName
{
background-color: #FFCE11;
}
.BgClassName
{
background-color: #FFCE11;
}
</style>
border-color css
<style>
span { border-color: #FFCE11; }
span { border-color: rgb(255,206,17); }
td.TdClassName
{
border-color: #FFCE11;
}
.TagClassName
{
border-color: #FFCE11;
}
</style>