Shades of Tangerine Yellow #FFCA06
Tints of Tangerine Yellow #FFCA06
RGB
CMYK
RGB Variations
Color information
#FFCA06 (or 0xFFCA06) is known color: Tangerine Yellow. HEX triplet: FF, CA and 06. RGB value is (255,202,6). Sum of RGB (Red+Green+Blue) = 255+202+6=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA06 is #0035F9. Grayscale: #C4C4C4. Windows color (decimal): -13818 or 445183. OLE color: 445183.
HSL color Cylindrical-coordinate representation of color #FFCA06: hue angle of 47.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFCA06 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 6 | - |
| CMYK | 0 | 0.21 | 0.98 | 0 |
| HSL | 47.23º | 1% | 0.51% | - |
| HSV(B) | 47.23º | 0.98% | 1% | - |
| XYZ | 62.39 | 63.51 | 9.14 | - |
| YUV | 195.5 | 21.06 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 6 | 0 | 0.21 | 0.98 | 0 | 47.23 | 1 | 0.51 |
| Hex | FF | CA | 6 | 0 | 15 | 62 | 0 | 2F | 64 | 33 |
| Octal | 377 | 312 | 6 | 0 | 25 | 142 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001010 | 110 | 0 | 10101 | 1100010 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFCA06
Complementary color
Monochromatic Colors of #FFCA06
Black with #FFCA06
Text Example
Text Example
White with #FFCA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA06; }
p { color: rgb(255,202,6); }
H1.HeaderClassName
{
color: #FFCA06;
}
.AnyTagClassName
{
color: #FFCA06;
}
</style>
background-color css
<style>
a { background-color: #FFCA06; }
a { background-color: rgb(255,202,6); }
div.DivClassName
{
background-color: #FFCA06;
}
.BgClassName
{
background-color: #FFCA06;
}
</style>
border-color css
<style>
span { border-color: #FFCA06; }
span { border-color: rgb(255,202,6); }
td.TdClassName
{
border-color: #FFCA06;
}
.TagClassName
{
border-color: #FFCA06;
}
</style>