Shades of Tangerine Yellow #FECC12
Tints of Tangerine Yellow #FECC12
RGB
CMYK
RGB Variations
Color information
#FECC12 (or 0xFECC12) is known color: Tangerine Yellow. HEX triplet: FE, CC and 12. RGB value is (254,204,18). Sum of RGB (Red+Green+Blue) = 254+204+18=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC12 is #0133ED. Grayscale: #C6C6C6. Windows color (decimal): -78830 or 1232126. OLE color: 1232126.
HSL color Cylindrical-coordinate representation of color #FECC12: hue angle of 47.29º 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 #FECC12 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 47.29º | 0.99% | 0.53% | - |
| HSV(B) | 47.29º | 0.93% | 1% | - |
| XYZ | 62.58 | 64.3 | 9.69 | - |
| YUV | 197.75 | 26.57 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 18 | 0 | 0.20 | 0.93 | 0.00 | 47.29 | 0.99 | 0.53 |
| Hex | FE | CC | 12 | 0 | 14 | 5D | 0 | 2F | 63 | 35 |
| Octal | 376 | 314 | 22 | 0 | 24 | 135 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001100 | 10010 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECC12
Complementary color
Monochromatic Colors of #FECC12
Black with #FECC12
Text Example
Text Example
White with #FECC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC12; }
p { color: rgb(254,204,18); }
H1.HeaderClassName
{
color: #FECC12;
}
.AnyTagClassName
{
color: #FECC12;
}
</style>
background-color css
<style>
a { background-color: #FECC12; }
a { background-color: rgb(254,204,18); }
div.DivClassName
{
background-color: #FECC12;
}
.BgClassName
{
background-color: #FECC12;
}
</style>
border-color css
<style>
span { border-color: #FECC12; }
span { border-color: rgb(254,204,18); }
td.TdClassName
{
border-color: #FECC12;
}
.TagClassName
{
border-color: #FECC12;
}
</style>