Shades of Tangerine Yellow #FECA00
Tints of Tangerine Yellow #FECA00
RGB
CMYK
RGB Variations
Color information
#FECA00 (or 0xFECA00) is known color: Tangerine Yellow. HEX triplet: FE, CA and 00. RGB value is (254,202,0). Sum of RGB (Red+Green+Blue) = 254+202+0=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA00 is #0135FF. Grayscale: #C3C3C3. Windows color (decimal): -79360 or 51966. OLE color: 51966.
HSL color Cylindrical-coordinate representation of color #FECA00: hue angle of 47.72º 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 #FECA00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.00 |
| HSL | 47.72º | 1% | 0.5% | - |
| HSV(B) | 47.72º | 1% | 1% | - |
| XYZ | 61.99 | 63.31 | 8.95 | - |
| YUV | 194.52 | 18.23 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 0 | 0 | 0.20 | 1 | 0.00 | 47.72 | 1 | 0.5 |
| Hex | FE | CA | 0 | 0 | 14 | 64 | 0 | 30 | 64 | 32 |
| Octal | 376 | 312 | 0 | 0 | 24 | 144 | 0 | 60 | 144 | 62 |
| Binary | 11111110 | 11001010 | 0 | 0 | 10100 | 1100100 | 0 | 110000 | 1100100 | 110010 |
Color Harmonies of #FECA00
Complementary color
Monochromatic Colors of #FECA00
Black with #FECA00
Text Example
Text Example
White with #FECA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA00; }
p { color: rgb(254,202,0); }
H1.HeaderClassName
{
color: #FECA00;
}
.AnyTagClassName
{
color: #FECA00;
}
</style>
background-color css
<style>
a { background-color: #FECA00; }
a { background-color: rgb(254,202,0); }
div.DivClassName
{
background-color: #FECA00;
}
.BgClassName
{
background-color: #FECA00;
}
</style>
border-color css
<style>
span { border-color: #FECA00; }
span { border-color: rgb(254,202,0); }
td.TdClassName
{
border-color: #FECA00;
}
.TagClassName
{
border-color: #FECA00;
}
</style>