Shades of Tangerine Yellow #FCC90E
Tints of Tangerine Yellow #FCC90E
RGB
CMYK
RGB Variations
Color information
#FCC90E (or 0xFCC90E) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 0E. RGB value is (252,201,14). Sum of RGB (Red+Green+Blue) = 252+201+14=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC90E is #0336F1. Grayscale: #C3C3C3. Windows color (decimal): -210674 or 969212. OLE color: 969212.
HSL color Cylindrical-coordinate representation of color #FCC90E: hue angle of 47.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC90E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.01 |
| HSL | 47.14º | 0.98% | 0.52% | - |
| HSV(B) | 47.14º | 0.94% | 0.99% | - |
| XYZ | 61.11 | 62.5 | 9.26 | - |
| YUV | 194.93 | 25.9 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 14 | 0 | 0.20 | 0.94 | 0.01 | 47.14 | 0.98 | 0.52 |
| Hex | FC | C9 | E | 0 | 14 | 5E | 1 | 2F | 62 | 34 |
| Octal | 374 | 311 | 16 | 0 | 24 | 136 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11001001 | 1110 | 0 | 10100 | 1011110 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC90E
Complementary color
Monochromatic Colors of #FCC90E
Black with #FCC90E
Text Example
Text Example
White with #FCC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC90E; }
p { color: rgb(252,201,14); }
H1.HeaderClassName
{
color: #FCC90E;
}
.AnyTagClassName
{
color: #FCC90E;
}
</style>
background-color css
<style>
a { background-color: #FCC90E; }
a { background-color: rgb(252,201,14); }
div.DivClassName
{
background-color: #FCC90E;
}
.BgClassName
{
background-color: #FCC90E;
}
</style>
border-color css
<style>
span { border-color: #FCC90E; }
span { border-color: rgb(252,201,14); }
td.TdClassName
{
border-color: #FCC90E;
}
.TagClassName
{
border-color: #FCC90E;
}
</style>