Shades of Tangerine Yellow #FECA07
Tints of Tangerine Yellow #FECA07
RGB
CMYK
RGB Variations
Color information
#FECA07 (or 0xFECA07) is known color: Tangerine Yellow. HEX triplet: FE, CA and 07. RGB value is (254,202,7). Sum of RGB (Red+Green+Blue) = 254+202+7=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA07 is #0135F8. Grayscale: #C4C4C4. Windows color (decimal): -79353 or 510718. OLE color: 510718.
HSL color Cylindrical-coordinate representation of color #FECA07: hue angle of 47.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FECA07 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.00 |
| HSL | 47.37º | 0.99% | 0.51% | - |
| HSV(B) | 47.37º | 0.97% | 1% | - |
| XYZ | 62.03 | 63.33 | 9.15 | - |
| YUV | 195.32 | 21.73 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 7 | 0 | 0.20 | 0.97 | 0.00 | 47.37 | 0.99 | 0.51 |
| Hex | FE | CA | 7 | 0 | 14 | 61 | 0 | 2F | 63 | 33 |
| Octal | 376 | 312 | 7 | 0 | 24 | 141 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11001010 | 111 | 0 | 10100 | 1100001 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FECA07
Complementary color
Monochromatic Colors of #FECA07
Black with #FECA07
Text Example
Text Example
White with #FECA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA07; }
p { color: rgb(254,202,7); }
H1.HeaderClassName
{
color: #FECA07;
}
.AnyTagClassName
{
color: #FECA07;
}
</style>
background-color css
<style>
a { background-color: #FECA07; }
a { background-color: rgb(254,202,7); }
div.DivClassName
{
background-color: #FECA07;
}
.BgClassName
{
background-color: #FECA07;
}
</style>
border-color css
<style>
span { border-color: #FECA07; }
span { border-color: rgb(254,202,7); }
td.TdClassName
{
border-color: #FECA07;
}
.TagClassName
{
border-color: #FECA07;
}
</style>