Shades of Tangerine Yellow #FFCA10
Tints of Tangerine Yellow #FFCA10
RGB
CMYK
RGB Variations
Color information
#FFCA10 (or 0xFFCA10) is known color: Tangerine Yellow. HEX triplet: FF, CA and 10. RGB value is (255,202,16). Sum of RGB (Red+Green+Blue) = 255+202+16=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA10 is #0035EF. Grayscale: #C5C5C5. Windows color (decimal): -13808 or 1100543. OLE color: 1100543.
HSL color Cylindrical-coordinate representation of color #FFCA10: hue angle of 46.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFCA10 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 16 | - |
| CMYK | 0 | 0.21 | 0.94 | 0 |
| HSL | 46.69º | 1% | 0.53% | - |
| HSV(B) | 46.69º | 0.94% | 1% | - |
| XYZ | 62.45 | 63.54 | 9.46 | - |
| YUV | 196.64 | 26.06 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 16 | 0 | 0.21 | 0.94 | 0 | 46.69 | 1 | 0.53 |
| Hex | FF | CA | 10 | 0 | 15 | 5E | 0 | 2F | 64 | 35 |
| Octal | 377 | 312 | 20 | 0 | 25 | 136 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001010 | 10000 | 0 | 10101 | 1011110 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCA10
Complementary color
Monochromatic Colors of #FFCA10
Black with #FFCA10
Text Example
Text Example
White with #FFCA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA10; }
p { color: rgb(255,202,16); }
H1.HeaderClassName
{
color: #FFCA10;
}
.AnyTagClassName
{
color: #FFCA10;
}
</style>
background-color css
<style>
a { background-color: #FFCA10; }
a { background-color: rgb(255,202,16); }
div.DivClassName
{
background-color: #FFCA10;
}
.BgClassName
{
background-color: #FFCA10;
}
</style>
border-color css
<style>
span { border-color: #FFCA10; }
span { border-color: rgb(255,202,16); }
td.TdClassName
{
border-color: #FFCA10;
}
.TagClassName
{
border-color: #FFCA10;
}
</style>