Shades of Tangerine Yellow #FEC812
Tints of Tangerine Yellow #FEC812
RGB
CMYK
RGB Variations
Color information
#FEC812 (or 0xFEC812) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 12. RGB value is (254,200,18). Sum of RGB (Red+Green+Blue) = 254+200+18=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC812 is #0137ED. Grayscale: #C4C4C4. Windows color (decimal): -79854 or 1231102. OLE color: 1231102.
HSL color Cylindrical-coordinate representation of color #FEC812: hue angle of 46.27º 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 #FEC812 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.00 |
| HSL | 46.27º | 0.99% | 0.53% | - |
| HSV(B) | 46.27º | 0.93% | 1% | - |
| XYZ | 61.64 | 62.42 | 9.37 | - |
| YUV | 195.4 | 27.89 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 18 | 0 | 0.21 | 0.93 | 0.00 | 46.27 | 0.99 | 0.53 |
| Hex | FE | C8 | 12 | 0 | 15 | 5D | 0 | 2E | 63 | 35 |
| Octal | 376 | 310 | 22 | 0 | 25 | 135 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11001000 | 10010 | 0 | 10101 | 1011101 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC812
Complementary color
Monochromatic Colors of #FEC812
Black with #FEC812
Text Example
Text Example
White with #FEC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC812; }
p { color: rgb(254,200,18); }
H1.HeaderClassName
{
color: #FEC812;
}
.AnyTagClassName
{
color: #FEC812;
}
</style>
background-color css
<style>
a { background-color: #FEC812; }
a { background-color: rgb(254,200,18); }
div.DivClassName
{
background-color: #FEC812;
}
.BgClassName
{
background-color: #FEC812;
}
</style>
border-color css
<style>
span { border-color: #FEC812; }
span { border-color: rgb(254,200,18); }
td.TdClassName
{
border-color: #FEC812;
}
.TagClassName
{
border-color: #FEC812;
}
</style>