Shades of Tangerine Yellow #FECC00
Tints of Tangerine Yellow #FECC00
RGB
CMYK
RGB Variations
Color information
#FECC00 (or 0xFECC00) is known color: Tangerine Yellow. HEX triplet: FE, CC and 00. RGB value is (254,204,0). Sum of RGB (Red+Green+Blue) = 254+204+0=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC00 is #0133FF. Grayscale: #C4C4C4. Windows color (decimal): -78848 or 52478. OLE color: 52478.
HSL color Cylindrical-coordinate representation of color #FECC00: hue angle of 48.19º 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 #FECC00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.00 |
| HSL | 48.19º | 1% | 0.5% | - |
| HSV(B) | 48.19º | 1% | 1% | - |
| XYZ | 62.47 | 64.26 | 9.11 | - |
| YUV | 195.69 | 17.57 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 0 | 0 | 0.20 | 1 | 0.00 | 48.19 | 1 | 0.5 |
| Hex | FE | CC | 0 | 0 | 14 | 64 | 0 | 30 | 64 | 32 |
| Octal | 376 | 314 | 0 | 0 | 24 | 144 | 0 | 60 | 144 | 62 |
| Binary | 11111110 | 11001100 | 0 | 0 | 10100 | 1100100 | 0 | 110000 | 1100100 | 110010 |
Color Harmonies of #FECC00
Complementary color
Monochromatic Colors of #FECC00
Black with #FECC00
Text Example
Text Example
White with #FECC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC00; }
p { color: rgb(254,204,0); }
H1.HeaderClassName
{
color: #FECC00;
}
.AnyTagClassName
{
color: #FECC00;
}
</style>
background-color css
<style>
a { background-color: #FECC00; }
a { background-color: rgb(254,204,0); }
div.DivClassName
{
background-color: #FECC00;
}
.BgClassName
{
background-color: #FECC00;
}
</style>
border-color css
<style>
span { border-color: #FECC00; }
span { border-color: rgb(254,204,0); }
td.TdClassName
{
border-color: #FECC00;
}
.TagClassName
{
border-color: #FECC00;
}
</style>