Shades of Tangerine Yellow #FECE0B
Tints of Tangerine Yellow #FECE0B
RGB
CMYK
RGB Variations
Color information
#FECE0B (or 0xFECE0B) is known color: Tangerine Yellow. HEX triplet: FE, CE and 0B. RGB value is (254,206,11). Sum of RGB (Red+Green+Blue) = 254+206+11=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE0B is #0131F4. Grayscale: #C6C6C6. Windows color (decimal): -78325 or 773886. OLE color: 773886.
HSL color Cylindrical-coordinate representation of color #FECE0B: hue angle of 48.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FECE0B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.00 |
| HSL | 48.15º | 0.99% | 0.52% | - |
| HSV(B) | 48.15º | 0.96% | 1% | - |
| XYZ | 63 | 65.24 | 9.59 | - |
| YUV | 198.12 | 22.4 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 11 | 0 | 0.19 | 0.96 | 0.00 | 48.15 | 0.99 | 0.52 |
| Hex | FE | CE | B | 0 | 13 | 60 | 0 | 30 | 63 | 34 |
| Octal | 376 | 316 | 13 | 0 | 23 | 140 | 0 | 60 | 143 | 64 |
| Binary | 11111110 | 11001110 | 1011 | 0 | 10011 | 1100000 | 0 | 110000 | 1100011 | 110100 |
Color Harmonies of #FECE0B
Complementary color
Monochromatic Colors of #FECE0B
Black with #FECE0B
Text Example
Text Example
White with #FECE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE0B; }
p { color: rgb(254,206,11); }
H1.HeaderClassName
{
color: #FECE0B;
}
.AnyTagClassName
{
color: #FECE0B;
}
</style>
background-color css
<style>
a { background-color: #FECE0B; }
a { background-color: rgb(254,206,11); }
div.DivClassName
{
background-color: #FECE0B;
}
.BgClassName
{
background-color: #FECE0B;
}
</style>
border-color css
<style>
span { border-color: #FECE0B; }
span { border-color: rgb(254,206,11); }
td.TdClassName
{
border-color: #FECE0B;
}
.TagClassName
{
border-color: #FECE0B;
}
</style>