Shades of Tangerine Yellow #FFCE0B
Tints of Tangerine Yellow #FFCE0B
RGB
CMYK
RGB Variations
Color information
#FFCE0B (or 0xFFCE0B) is known color: Tangerine Yellow. HEX triplet: FF, CE and 0B. RGB value is (255,206,11). Sum of RGB (Red+Green+Blue) = 255+206+11=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE0B is #0031F4. Grayscale: #C7C7C7. Windows color (decimal): -12789 or 773887. OLE color: 773887.
HSL color Cylindrical-coordinate representation of color #FFCE0B: hue angle of 47.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCE0B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0 |
| HSL | 47.95º | 1% | 0.52% | - |
| HSV(B) | 47.95º | 0.96% | 1% | - |
| XYZ | 63.37 | 65.43 | 9.61 | - |
| YUV | 198.42 | 22.23 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 11 | 0 | 0.19 | 0.96 | 0 | 47.95 | 1 | 0.52 |
| Hex | FF | CE | B | 0 | 13 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 316 | 13 | 0 | 23 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001110 | 1011 | 0 | 10011 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCE0B
Complementary color
Monochromatic Colors of #FFCE0B
Black with #FFCE0B
Text Example
Text Example
White with #FFCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE0B; }
p { color: rgb(255,206,11); }
H1.HeaderClassName
{
color: #FFCE0B;
}
.AnyTagClassName
{
color: #FFCE0B;
}
</style>
background-color css
<style>
a { background-color: #FFCE0B; }
a { background-color: rgb(255,206,11); }
div.DivClassName
{
background-color: #FFCE0B;
}
.BgClassName
{
background-color: #FFCE0B;
}
</style>
border-color css
<style>
span { border-color: #FFCE0B; }
span { border-color: rgb(255,206,11); }
td.TdClassName
{
border-color: #FFCE0B;
}
.TagClassName
{
border-color: #FFCE0B;
}
</style>