Shades of Tangerine Yellow #FCCA11
Tints of Tangerine Yellow #FCCA11
RGB
CMYK
RGB Variations
Color information
#FCCA11 (or 0xFCCA11) is known color: Tangerine Yellow. HEX triplet: FC, CA and 11. RGB value is (252,202,17). Sum of RGB (Red+Green+Blue) = 252+202+17=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCA11 is #0335EE. Grayscale: #C4C4C4. Windows color (decimal): -210415 or 1166076. OLE color: 1166076.
HSL color Cylindrical-coordinate representation of color #FCCA11: hue angle of 47.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCCA11 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 17 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.01 |
| HSL | 47.23º | 0.98% | 0.53% | - |
| HSV(B) | 47.23º | 0.93% | 0.99% | - |
| XYZ | 61.37 | 62.98 | 9.45 | - |
| YUV | 195.86 | 27.07 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 17 | 0 | 0.20 | 0.93 | 0.01 | 47.23 | 0.98 | 0.53 |
| Hex | FC | CA | 11 | 0 | 14 | 5D | 1 | 2F | 62 | 35 |
| Octal | 374 | 312 | 21 | 0 | 24 | 135 | 1 | 57 | 142 | 65 |
| Binary | 11111100 | 11001010 | 10001 | 0 | 10100 | 1011101 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FCCA11
Complementary color
Monochromatic Colors of #FCCA11
Black with #FCCA11
Text Example
Text Example
White with #FCCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA11; }
p { color: rgb(252,202,17); }
H1.HeaderClassName
{
color: #FCCA11;
}
.AnyTagClassName
{
color: #FCCA11;
}
</style>
background-color css
<style>
a { background-color: #FCCA11; }
a { background-color: rgb(252,202,17); }
div.DivClassName
{
background-color: #FCCA11;
}
.BgClassName
{
background-color: #FCCA11;
}
</style>
border-color css
<style>
span { border-color: #FCCA11; }
span { border-color: rgb(252,202,17); }
td.TdClassName
{
border-color: #FCCA11;
}
.TagClassName
{
border-color: #FCCA11;
}
</style>