Shades of Tangerine Yellow #FECE12
Tints of Tangerine Yellow #FECE12
RGB
CMYK
RGB Variations
Color information
#FECE12 (or 0xFECE12) is known color: Tangerine Yellow. HEX triplet: FE, CE and 12. RGB value is (254,206,18). Sum of RGB (Red+Green+Blue) = 254+206+18=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE12 is #0131ED. Grayscale: #C7C7C7. Windows color (decimal): -78318 or 1232638. OLE color: 1232638.
HSL color Cylindrical-coordinate representation of color #FECE12: hue angle of 47.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FECE12 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.00 |
| HSL | 47.8º | 0.99% | 0.53% | - |
| HSV(B) | 47.8º | 0.93% | 1% | - |
| XYZ | 63.05 | 65.26 | 9.84 | - |
| YUV | 198.92 | 25.9 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 18 | 0 | 0.19 | 0.93 | 0.00 | 47.8 | 0.99 | 0.53 |
| Hex | FE | CE | 12 | 0 | 13 | 5D | 0 | 30 | 63 | 35 |
| Octal | 376 | 316 | 22 | 0 | 23 | 135 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001110 | 10010 | 0 | 10011 | 1011101 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECE12
Complementary color
Monochromatic Colors of #FECE12
Black with #FECE12
Text Example
Text Example
White with #FECE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE12; }
p { color: rgb(254,206,18); }
H1.HeaderClassName
{
color: #FECE12;
}
.AnyTagClassName
{
color: #FECE12;
}
</style>
background-color css
<style>
a { background-color: #FECE12; }
a { background-color: rgb(254,206,18); }
div.DivClassName
{
background-color: #FECE12;
}
.BgClassName
{
background-color: #FECE12;
}
</style>
border-color css
<style>
span { border-color: #FECE12; }
span { border-color: rgb(254,206,18); }
td.TdClassName
{
border-color: #FECE12;
}
.TagClassName
{
border-color: #FECE12;
}
</style>