Shades of Tangerine Yellow #FECD0A
Tints of Tangerine Yellow #FECD0A
RGB
CMYK
RGB Variations
Color information
#FECD0A (or 0xFECD0A) is known color: Tangerine Yellow. HEX triplet: FE, CD and 0A. RGB value is (254,205,10). Sum of RGB (Red+Green+Blue) = 254+205+10=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD0A is #0132F5. Grayscale: #C6C6C6. Windows color (decimal): -78582 or 708094. OLE color: 708094.
HSL color Cylindrical-coordinate representation of color #FECD0A: hue angle of 47.95º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FECD0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.00 |
| HSL | 47.95º | 0.99% | 0.52% | - |
| HSV(B) | 47.95º | 0.96% | 1% | - |
| XYZ | 62.76 | 64.76 | 9.48 | - |
| YUV | 197.42 | 22.23 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 10 | 0 | 0.19 | 0.96 | 0.00 | 47.95 | 0.99 | 0.52 |
| Hex | FE | CD | A | 0 | 13 | 60 | 0 | 30 | 63 | 34 |
| Octal | 376 | 315 | 12 | 0 | 23 | 140 | 0 | 60 | 143 | 64 |
| Binary | 11111110 | 11001101 | 1010 | 0 | 10011 | 1100000 | 0 | 110000 | 1100011 | 110100 |
Color Harmonies of #FECD0A
Complementary color
Monochromatic Colors of #FECD0A
Black with #FECD0A
Text Example
Text Example
White with #FECD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD0A; }
p { color: rgb(254,205,10); }
H1.HeaderClassName
{
color: #FECD0A;
}
.AnyTagClassName
{
color: #FECD0A;
}
</style>
background-color css
<style>
a { background-color: #FECD0A; }
a { background-color: rgb(254,205,10); }
div.DivClassName
{
background-color: #FECD0A;
}
.BgClassName
{
background-color: #FECD0A;
}
</style>
border-color css
<style>
span { border-color: #FECD0A; }
span { border-color: rgb(254,205,10); }
td.TdClassName
{
border-color: #FECD0A;
}
.TagClassName
{
border-color: #FECD0A;
}
</style>