Shades of Tangerine Yellow #FECD10
Tints of Tangerine Yellow #FECD10
RGB
CMYK
RGB Variations
Color information
#FECD10 (or 0xFECD10) is known color: Tangerine Yellow. HEX triplet: FE, CD and 10. RGB value is (254,205,16). Sum of RGB (Red+Green+Blue) = 254+205+16=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD10 is #0132EF. Grayscale: #C6C6C6. Windows color (decimal): -78576 or 1101310. OLE color: 1101310.
HSL color Cylindrical-coordinate representation of color #FECD10: hue angle of 47.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FECD10 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 16 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.00 |
| HSL | 47.65º | 0.99% | 0.53% | - |
| HSV(B) | 47.65º | 0.94% | 1% | - |
| XYZ | 62.8 | 64.77 | 9.68 | - |
| YUV | 198.11 | 25.23 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 16 | 0 | 0.19 | 0.94 | 0.00 | 47.65 | 0.99 | 0.53 |
| Hex | FE | CD | 10 | 0 | 13 | 5E | 0 | 30 | 63 | 35 |
| Octal | 376 | 315 | 20 | 0 | 23 | 136 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001101 | 10000 | 0 | 10011 | 1011110 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECD10
Complementary color
Monochromatic Colors of #FECD10
Black with #FECD10
Text Example
Text Example
White with #FECD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD10; }
p { color: rgb(254,205,16); }
H1.HeaderClassName
{
color: #FECD10;
}
.AnyTagClassName
{
color: #FECD10;
}
</style>
background-color css
<style>
a { background-color: #FECD10; }
a { background-color: rgb(254,205,16); }
div.DivClassName
{
background-color: #FECD10;
}
.BgClassName
{
background-color: #FECD10;
}
</style>
border-color css
<style>
span { border-color: #FECD10; }
span { border-color: rgb(254,205,16); }
td.TdClassName
{
border-color: #FECD10;
}
.TagClassName
{
border-color: #FECD10;
}
</style>