Shades of Tangerine Yellow #FCCA0A
Tints of Tangerine Yellow #FCCA0A
RGB
CMYK
RGB Variations
Color information
#FCCA0A (or 0xFCCA0A) is known color: Tangerine Yellow. HEX triplet: FC, CA and 0A. RGB value is (252,202,10). Sum of RGB (Red+Green+Blue) = 252+202+10=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCA0A is #0335F5. Grayscale: #C3C3C3. Windows color (decimal): -210422 or 707324. OLE color: 707324.
HSL color Cylindrical-coordinate representation of color #FCCA0A: hue angle of 47.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCCA0A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.01 |
| HSL | 47.6º | 0.98% | 0.51% | - |
| HSV(B) | 47.6º | 0.96% | 0.99% | - |
| XYZ | 61.32 | 62.96 | 9.21 | - |
| YUV | 195.06 | 23.57 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 10 | 0 | 0.20 | 0.96 | 0.01 | 47.6 | 0.98 | 0.51 |
| Hex | FC | CA | A | 0 | 14 | 60 | 1 | 30 | 62 | 33 |
| Octal | 374 | 312 | 12 | 0 | 24 | 140 | 1 | 60 | 142 | 63 |
| Binary | 11111100 | 11001010 | 1010 | 0 | 10100 | 1100000 | 1 | 110000 | 1100010 | 110011 |
Color Harmonies of #FCCA0A
Complementary color
Monochromatic Colors of #FCCA0A
Black with #FCCA0A
Text Example
Text Example
White with #FCCA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA0A; }
p { color: rgb(252,202,10); }
H1.HeaderClassName
{
color: #FCCA0A;
}
.AnyTagClassName
{
color: #FCCA0A;
}
</style>
background-color css
<style>
a { background-color: #FCCA0A; }
a { background-color: rgb(252,202,10); }
div.DivClassName
{
background-color: #FCCA0A;
}
.BgClassName
{
background-color: #FCCA0A;
}
</style>
border-color css
<style>
span { border-color: #FCCA0A; }
span { border-color: rgb(252,202,10); }
td.TdClassName
{
border-color: #FCCA0A;
}
.TagClassName
{
border-color: #FCCA0A;
}
</style>