Shades of Tangerine Yellow #FCC90D
Tints of Tangerine Yellow #FCC90D
RGB
CMYK
RGB Variations
Color information
#FCC90D (or 0xFCC90D) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 0D. RGB value is (252,201,13). Sum of RGB (Red+Green+Blue) = 252+201+13=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC90D is #0336F2. Grayscale: #C3C3C3. Windows color (decimal): -210675 or 903676. OLE color: 903676.
HSL color Cylindrical-coordinate representation of color #FCC90D: hue angle of 47.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCC90D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.01 |
| HSL | 47.2º | 0.98% | 0.52% | - |
| HSV(B) | 47.2º | 0.95% | 0.99% | - |
| XYZ | 61.1 | 62.5 | 9.22 | - |
| YUV | 194.82 | 25.4 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 13 | 0 | 0.20 | 0.95 | 0.01 | 47.2 | 0.98 | 0.52 |
| Hex | FC | C9 | D | 0 | 14 | 5F | 1 | 2F | 62 | 34 |
| Octal | 374 | 311 | 15 | 0 | 24 | 137 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11001001 | 1101 | 0 | 10100 | 1011111 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC90D
Complementary color
Monochromatic Colors of #FCC90D
Black with #FCC90D
Text Example
Text Example
White with #FCC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC90D; }
p { color: rgb(252,201,13); }
H1.HeaderClassName
{
color: #FCC90D;
}
.AnyTagClassName
{
color: #FCC90D;
}
</style>
background-color css
<style>
a { background-color: #FCC90D; }
a { background-color: rgb(252,201,13); }
div.DivClassName
{
background-color: #FCC90D;
}
.BgClassName
{
background-color: #FCC90D;
}
</style>
border-color css
<style>
span { border-color: #FCC90D; }
span { border-color: rgb(252,201,13); }
td.TdClassName
{
border-color: #FCC90D;
}
.TagClassName
{
border-color: #FCC90D;
}
</style>