Shades of Tangerine Yellow #FCC90F
Tints of Tangerine Yellow #FCC90F
RGB
CMYK
RGB Variations
Color information
#FCC90F (or 0xFCC90F) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 0F. RGB value is (252,201,15). Sum of RGB (Red+Green+Blue) = 252+201+15=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC90F is #0336F0. Grayscale: #C3C3C3. Windows color (decimal): -210673 or 1034748. OLE color: 1034748.
HSL color Cylindrical-coordinate representation of color #FCC90F: hue angle of 47.09º 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 #FCC90F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.01 |
| HSL | 47.09º | 0.98% | 0.52% | - |
| HSV(B) | 47.09º | 0.94% | 0.99% | - |
| XYZ | 61.12 | 62.5 | 9.3 | - |
| YUV | 195.05 | 26.4 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 15 | 0 | 0.20 | 0.94 | 0.01 | 47.09 | 0.98 | 0.52 |
| Hex | FC | C9 | F | 0 | 14 | 5E | 1 | 2F | 62 | 34 |
| Octal | 374 | 311 | 17 | 0 | 24 | 136 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11001001 | 1111 | 0 | 10100 | 1011110 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC90F
Complementary color
Monochromatic Colors of #FCC90F
Black with #FCC90F
Text Example
Text Example
White with #FCC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC90F; }
p { color: rgb(252,201,15); }
H1.HeaderClassName
{
color: #FCC90F;
}
.AnyTagClassName
{
color: #FCC90F;
}
</style>
background-color css
<style>
a { background-color: #FCC90F; }
a { background-color: rgb(252,201,15); }
div.DivClassName
{
background-color: #FCC90F;
}
.BgClassName
{
background-color: #FCC90F;
}
</style>
border-color css
<style>
span { border-color: #FCC90F; }
span { border-color: rgb(252,201,15); }
td.TdClassName
{
border-color: #FCC90F;
}
.TagClassName
{
border-color: #FCC90F;
}
</style>