Shades of Tangerine Yellow #FECA12
Tints of Tangerine Yellow #FECA12
RGB
CMYK
RGB Variations
Color information
#FECA12 (or 0xFECA12) is known color: Tangerine Yellow. HEX triplet: FE, CA and 12. RGB value is (254,202,18). Sum of RGB (Red+Green+Blue) = 254+202+18=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA12 is #0135ED. Grayscale: #C5C5C5. Windows color (decimal): -79342 or 1231614. OLE color: 1231614.
HSL color Cylindrical-coordinate representation of color #FECA12: hue angle of 46.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FECA12 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 46.78º | 0.99% | 0.53% | - |
| HSV(B) | 46.78º | 0.93% | 1% | - |
| XYZ | 62.1 | 63.36 | 9.53 | - |
| YUV | 196.57 | 27.23 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 18 | 0 | 0.20 | 0.93 | 0.00 | 46.78 | 0.99 | 0.53 |
| Hex | FE | CA | 12 | 0 | 14 | 5D | 0 | 2F | 63 | 35 |
| Octal | 376 | 312 | 22 | 0 | 24 | 135 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001010 | 10010 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECA12
Complementary color
Monochromatic Colors of #FECA12
Black with #FECA12
Text Example
Text Example
White with #FECA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA12; }
p { color: rgb(254,202,18); }
H1.HeaderClassName
{
color: #FECA12;
}
.AnyTagClassName
{
color: #FECA12;
}
</style>
background-color css
<style>
a { background-color: #FECA12; }
a { background-color: rgb(254,202,18); }
div.DivClassName
{
background-color: #FECA12;
}
.BgClassName
{
background-color: #FECA12;
}
</style>
border-color css
<style>
span { border-color: #FECA12; }
span { border-color: rgb(254,202,18); }
td.TdClassName
{
border-color: #FECA12;
}
.TagClassName
{
border-color: #FECA12;
}
</style>