Shades of Tangerine Yellow #FCC90C
Tints of Tangerine Yellow #FCC90C
RGB
CMYK
RGB Variations
Color information
#FCC90C (or 0xFCC90C) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 0C. RGB value is (252,201,12). Sum of RGB (Red+Green+Blue) = 252+201+12=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC90C is #0336F3. Grayscale: #C3C3C3. Windows color (decimal): -210676 or 838140. OLE color: 838140.
HSL color Cylindrical-coordinate representation of color #FCC90C: hue angle of 47.25º 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 #FCC90C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.01 |
| HSL | 47.25º | 0.98% | 0.52% | - |
| HSV(B) | 47.25º | 0.95% | 0.99% | - |
| XYZ | 61.1 | 62.5 | 9.19 | - |
| YUV | 194.7 | 24.9 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 12 | 0 | 0.20 | 0.95 | 0.01 | 47.25 | 0.98 | 0.52 |
| Hex | FC | C9 | C | 0 | 14 | 5F | 1 | 2F | 62 | 34 |
| Octal | 374 | 311 | 14 | 0 | 24 | 137 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11001001 | 1100 | 0 | 10100 | 1011111 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC90C
Complementary color
Monochromatic Colors of #FCC90C
Black with #FCC90C
Text Example
Text Example
White with #FCC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC90C; }
p { color: rgb(252,201,12); }
H1.HeaderClassName
{
color: #FCC90C;
}
.AnyTagClassName
{
color: #FCC90C;
}
</style>
background-color css
<style>
a { background-color: #FCC90C; }
a { background-color: rgb(252,201,12); }
div.DivClassName
{
background-color: #FCC90C;
}
.BgClassName
{
background-color: #FCC90C;
}
</style>
border-color css
<style>
span { border-color: #FCC90C; }
span { border-color: rgb(252,201,12); }
td.TdClassName
{
border-color: #FCC90C;
}
.TagClassName
{
border-color: #FCC90C;
}
</style>