Shades of Tangerine Yellow #FECE0C
Tints of Tangerine Yellow #FECE0C
RGB
CMYK
RGB Variations
Color information
#FECE0C (or 0xFECE0C) is known color: Tangerine Yellow. HEX triplet: FE, CE and 0C. RGB value is (254,206,12). Sum of RGB (Red+Green+Blue) = 254+206+12=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE0C is #0131F3. Grayscale: #C7C7C7. Windows color (decimal): -78324 or 839422. OLE color: 839422.
HSL color Cylindrical-coordinate representation of color #FECE0C: hue angle of 48.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FECE0C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.00 |
| HSL | 48.1º | 0.99% | 0.52% | - |
| HSV(B) | 48.1º | 0.95% | 1% | - |
| XYZ | 63.01 | 65.24 | 9.62 | - |
| YUV | 198.24 | 22.9 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 12 | 0 | 0.19 | 0.95 | 0.00 | 48.1 | 0.99 | 0.52 |
| Hex | FE | CE | C | 0 | 13 | 5F | 0 | 30 | 63 | 34 |
| Octal | 376 | 316 | 14 | 0 | 23 | 137 | 0 | 60 | 143 | 64 |
| Binary | 11111110 | 11001110 | 1100 | 0 | 10011 | 1011111 | 0 | 110000 | 1100011 | 110100 |
Color Harmonies of #FECE0C
Complementary color
Monochromatic Colors of #FECE0C
Black with #FECE0C
Text Example
Text Example
White with #FECE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE0C; }
p { color: rgb(254,206,12); }
H1.HeaderClassName
{
color: #FECE0C;
}
.AnyTagClassName
{
color: #FECE0C;
}
</style>
background-color css
<style>
a { background-color: #FECE0C; }
a { background-color: rgb(254,206,12); }
div.DivClassName
{
background-color: #FECE0C;
}
.BgClassName
{
background-color: #FECE0C;
}
</style>
border-color css
<style>
span { border-color: #FECE0C; }
span { border-color: rgb(254,206,12); }
td.TdClassName
{
border-color: #FECE0C;
}
.TagClassName
{
border-color: #FECE0C;
}
</style>