Shades of Tangerine Yellow #FFCA11
Tints of Tangerine Yellow #FFCA11
RGB
CMYK
RGB Variations
Color information
#FFCA11 (or 0xFFCA11) is known color: Tangerine Yellow. HEX triplet: FF, CA and 11. RGB value is (255,202,17). Sum of RGB (Red+Green+Blue) = 255+202+17=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 17 (7.03% from 255 or 3.59% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA11 is #0035EE. Grayscale: #C5C5C5. Windows color (decimal): -13807 or 1166079. OLE color: 1166079.
HSL color Cylindrical-coordinate representation of color #FFCA11: hue angle of 46.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCA11 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0 |
| HSL | 46.64º | 1% | 0.53% | - |
| HSV(B) | 46.64º | 0.93% | 1% | - |
| XYZ | 62.46 | 63.54 | 9.5 | - |
| YUV | 196.76 | 26.56 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 17 | 0 | 0.21 | 0.93 | 0 | 46.64 | 1 | 0.53 |
| Hex | FF | CA | 11 | 0 | 15 | 5D | 0 | 2F | 64 | 35 |
| Octal | 377 | 312 | 21 | 0 | 25 | 135 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001010 | 10001 | 0 | 10101 | 1011101 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCA11
Complementary color
Monochromatic Colors of #FFCA11
Black with #FFCA11
Text Example
Text Example
White with #FFCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA11; }
p { color: rgb(255,202,17); }
H1.HeaderClassName
{
color: #FFCA11;
}
.AnyTagClassName
{
color: #FFCA11;
}
</style>
background-color css
<style>
a { background-color: #FFCA11; }
a { background-color: rgb(255,202,17); }
div.DivClassName
{
background-color: #FFCA11;
}
.BgClassName
{
background-color: #FFCA11;
}
</style>
border-color css
<style>
span { border-color: #FFCA11; }
span { border-color: rgb(255,202,17); }
td.TdClassName
{
border-color: #FFCA11;
}
.TagClassName
{
border-color: #FFCA11;
}
</style>