Shades of Tangerine Yellow #FECB12
Tints of Tangerine Yellow #FECB12
RGB
CMYK
RGB Variations
Color information
#FECB12 (or 0xFECB12) is known color: Tangerine Yellow. HEX triplet: FE, CB and 12. RGB value is (254,203,18). Sum of RGB (Red+Green+Blue) = 254+203+18=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB12 is #0134ED. Grayscale: #C5C5C5. Windows color (decimal): -79086 or 1231870. OLE color: 1231870.
HSL color Cylindrical-coordinate representation of color #FECB12: hue angle of 47.03º 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 #FECB12 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 47.03º | 0.99% | 0.53% | - |
| HSV(B) | 47.03º | 0.93% | 1% | - |
| XYZ | 62.34 | 63.83 | 9.61 | - |
| YUV | 197.16 | 26.9 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 18 | 0 | 0.20 | 0.93 | 0.00 | 47.03 | 0.99 | 0.53 |
| Hex | FE | CB | 12 | 0 | 14 | 5D | 0 | 2F | 63 | 35 |
| Octal | 376 | 313 | 22 | 0 | 24 | 135 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001011 | 10010 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECB12
Complementary color
Monochromatic Colors of #FECB12
Black with #FECB12
Text Example
Text Example
White with #FECB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB12; }
p { color: rgb(254,203,18); }
H1.HeaderClassName
{
color: #FECB12;
}
.AnyTagClassName
{
color: #FECB12;
}
</style>
background-color css
<style>
a { background-color: #FECB12; }
a { background-color: rgb(254,203,18); }
div.DivClassName
{
background-color: #FECB12;
}
.BgClassName
{
background-color: #FECB12;
}
</style>
border-color css
<style>
span { border-color: #FECB12; }
span { border-color: rgb(254,203,18); }
td.TdClassName
{
border-color: #FECB12;
}
.TagClassName
{
border-color: #FECB12;
}
</style>