Shades of Tangerine Yellow #FCC80F
Tints of Tangerine Yellow #FCC80F
RGB
CMYK
RGB Variations
Color information
#FCC80F (or 0xFCC80F) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 0F. RGB value is (252,200,15). Sum of RGB (Red+Green+Blue) = 252+200+15=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC80F is #0337F0. Grayscale: #C3C3C3. Windows color (decimal): -210929 or 1034492. OLE color: 1034492.
HSL color Cylindrical-coordinate representation of color #FCC80F: hue angle of 46.84º 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 #FCC80F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.84º | 0.98% | 0.52% | - |
| HSV(B) | 46.84º | 0.94% | 0.99% | - |
| XYZ | 60.89 | 62.04 | 9.22 | - |
| YUV | 194.46 | 26.73 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 15 | 0 | 0.21 | 0.94 | 0.01 | 46.84 | 0.98 | 0.52 |
| Hex | FC | C8 | F | 0 | 15 | 5E | 1 | 2F | 62 | 34 |
| Octal | 374 | 310 | 17 | 0 | 25 | 136 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11001000 | 1111 | 0 | 10101 | 1011110 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC80F
Complementary color
Monochromatic Colors of #FCC80F
Black with #FCC80F
Text Example
Text Example
White with #FCC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC80F; }
p { color: rgb(252,200,15); }
H1.HeaderClassName
{
color: #FCC80F;
}
.AnyTagClassName
{
color: #FCC80F;
}
</style>
background-color css
<style>
a { background-color: #FCC80F; }
a { background-color: rgb(252,200,15); }
div.DivClassName
{
background-color: #FCC80F;
}
.BgClassName
{
background-color: #FCC80F;
}
</style>
border-color css
<style>
span { border-color: #FCC80F; }
span { border-color: rgb(252,200,15); }
td.TdClassName
{
border-color: #FCC80F;
}
.TagClassName
{
border-color: #FCC80F;
}
</style>