Shades of Tangerine Yellow #FECD0F
Tints of Tangerine Yellow #FECD0F
RGB
CMYK
RGB Variations
Color information
#FECD0F (or 0xFECD0F) is known color: Tangerine Yellow. HEX triplet: FE, CD and 0F. RGB value is (254,205,15). Sum of RGB (Red+Green+Blue) = 254+205+15=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD0F is #0132F0. Grayscale: #C6C6C6. Windows color (decimal): -78577 or 1035774. OLE color: 1035774.
HSL color Cylindrical-coordinate representation of color #FECD0F: hue angle of 47.7º 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 #FECD0F is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 15 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.00 |
| HSL | 47.7º | 0.99% | 0.53% | - |
| HSV(B) | 47.7º | 0.94% | 1% | - |
| XYZ | 62.79 | 64.77 | 9.64 | - |
| YUV | 197.99 | 24.73 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 15 | 0 | 0.19 | 0.94 | 0.00 | 47.7 | 0.99 | 0.53 |
| Hex | FE | CD | F | 0 | 13 | 5E | 0 | 30 | 63 | 35 |
| Octal | 376 | 315 | 17 | 0 | 23 | 136 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001101 | 1111 | 0 | 10011 | 1011110 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECD0F
Complementary color
Monochromatic Colors of #FECD0F
Black with #FECD0F
Text Example
Text Example
White with #FECD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD0F; }
p { color: rgb(254,205,15); }
H1.HeaderClassName
{
color: #FECD0F;
}
.AnyTagClassName
{
color: #FECD0F;
}
</style>
background-color css
<style>
a { background-color: #FECD0F; }
a { background-color: rgb(254,205,15); }
div.DivClassName
{
background-color: #FECD0F;
}
.BgClassName
{
background-color: #FECD0F;
}
</style>
border-color css
<style>
span { border-color: #FECD0F; }
span { border-color: rgb(254,205,15); }
td.TdClassName
{
border-color: #FECD0F;
}
.TagClassName
{
border-color: #FECD0F;
}
</style>