Shades of Tangerine Yellow #FFCA05
Tints of Tangerine Yellow #FFCA05
RGB
CMYK
RGB Variations
Color information
#FFCA05 (or 0xFFCA05) is known color: Tangerine Yellow. HEX triplet: FF, CA and 05. RGB value is (255,202,5). Sum of RGB (Red+Green+Blue) = 255+202+5=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA05 is #0035FA. Grayscale: #C4C4C4. Windows color (decimal): -13819 or 379647. OLE color: 379647.
HSL color Cylindrical-coordinate representation of color #FFCA05: hue angle of 47.28º 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 #FFCA05 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0 |
| HSL | 47.28º | 1% | 0.51% | - |
| HSV(B) | 47.28º | 0.98% | 1% | - |
| XYZ | 62.39 | 63.51 | 9.11 | - |
| YUV | 195.39 | 20.56 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 5 | 0 | 0.21 | 0.98 | 0 | 47.28 | 1 | 0.51 |
| Hex | FF | CA | 5 | 0 | 15 | 62 | 0 | 2F | 64 | 33 |
| Octal | 377 | 312 | 5 | 0 | 25 | 142 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001010 | 101 | 0 | 10101 | 1100010 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFCA05
Complementary color
Monochromatic Colors of #FFCA05
Black with #FFCA05
Text Example
Text Example
White with #FFCA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA05; }
p { color: rgb(255,202,5); }
H1.HeaderClassName
{
color: #FFCA05;
}
.AnyTagClassName
{
color: #FFCA05;
}
</style>
background-color css
<style>
a { background-color: #FFCA05; }
a { background-color: rgb(255,202,5); }
div.DivClassName
{
background-color: #FFCA05;
}
.BgClassName
{
background-color: #FFCA05;
}
</style>
border-color css
<style>
span { border-color: #FFCA05; }
span { border-color: rgb(255,202,5); }
td.TdClassName
{
border-color: #FFCA05;
}
.TagClassName
{
border-color: #FFCA05;
}
</style>