Shades of Tangerine Yellow #FCC800
Tints of Tangerine Yellow #FCC800
RGB
CMYK
RGB Variations
Color information
#FCC800 (or 0xFCC800) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 00. RGB value is (252,200,0). Sum of RGB (Red+Green+Blue) = 252+200+0=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC800 is #0337FF. Grayscale: #C1C1C1. Windows color (decimal): -210944 or 51452. OLE color: 51452.
HSL color Cylindrical-coordinate representation of color #FCC800: hue angle of 47.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCC800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.01 |
| HSL | 47.62º | 1% | 0.49% | - |
| HSV(B) | 47.62º | 1% | 0.99% | - |
| XYZ | 60.8 | 62 | 8.76 | - |
| YUV | 192.75 | 19.23 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 0 | 0 | 0.21 | 1 | 0.01 | 47.62 | 1 | 0.49 |
| Hex | FC | C8 | 0 | 0 | 15 | 64 | 1 | 30 | 64 | 31 |
| Octal | 374 | 310 | 0 | 0 | 25 | 144 | 1 | 60 | 144 | 61 |
| Binary | 11111100 | 11001000 | 0 | 0 | 10101 | 1100100 | 1 | 110000 | 1100100 | 110001 |
Color Harmonies of #FCC800
Complementary color
Monochromatic Colors of #FCC800
Black with #FCC800
Text Example
Text Example
White with #FCC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC800; }
p { color: rgb(252,200,0); }
H1.HeaderClassName
{
color: #FCC800;
}
.AnyTagClassName
{
color: #FCC800;
}
</style>
background-color css
<style>
a { background-color: #FCC800; }
a { background-color: rgb(252,200,0); }
div.DivClassName
{
background-color: #FCC800;
}
.BgClassName
{
background-color: #FCC800;
}
</style>
border-color css
<style>
span { border-color: #FCC800; }
span { border-color: rgb(252,200,0); }
td.TdClassName
{
border-color: #FCC800;
}
.TagClassName
{
border-color: #FCC800;
}
</style>