Shades of Tangerine Yellow #FECE00
Tints of Tangerine Yellow #FECE00
RGB
CMYK
RGB Variations
Color information
#FECE00 (or 0xFECE00) is known color: Tangerine Yellow. HEX triplet: FE, CE and 00. RGB value is (254,206,0). Sum of RGB (Red+Green+Blue) = 254+206+0=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE00 is #0131FF. Grayscale: #C5C5C5. Windows color (decimal): -78336 or 52990. OLE color: 52990.
HSL color Cylindrical-coordinate representation of color #FECE00: hue angle of 48.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FECE00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.00 |
| HSL | 48.66º | 1% | 0.5% | - |
| HSV(B) | 48.66º | 1% | 1% | - |
| XYZ | 62.94 | 65.21 | 9.27 | - |
| YUV | 196.87 | 16.9 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 0 | 0 | 0.19 | 1 | 0.00 | 48.66 | 1 | 0.5 |
| Hex | FE | CE | 0 | 0 | 13 | 64 | 0 | 31 | 64 | 32 |
| Octal | 376 | 316 | 0 | 0 | 23 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111110 | 11001110 | 0 | 0 | 10011 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FECE00
Complementary color
Monochromatic Colors of #FECE00
Black with #FECE00
Text Example
Text Example
White with #FECE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE00; }
p { color: rgb(254,206,0); }
H1.HeaderClassName
{
color: #FECE00;
}
.AnyTagClassName
{
color: #FECE00;
}
</style>
background-color css
<style>
a { background-color: #FECE00; }
a { background-color: rgb(254,206,0); }
div.DivClassName
{
background-color: #FECE00;
}
.BgClassName
{
background-color: #FECE00;
}
</style>
border-color css
<style>
span { border-color: #FECE00; }
span { border-color: rgb(254,206,0); }
td.TdClassName
{
border-color: #FECE00;
}
.TagClassName
{
border-color: #FECE00;
}
</style>