Shades of Tangerine Yellow #FFCA02
Tints of Tangerine Yellow #FFCA02
RGB
CMYK
RGB Variations
Color information
#FFCA02 (or 0xFFCA02) is known color: Tangerine Yellow. HEX triplet: FF, CA and 02. RGB value is (255,202,2). Sum of RGB (Red+Green+Blue) = 255+202+2=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA02 is #0035FD. Grayscale: #C3C3C3. Windows color (decimal): -13822 or 183039. OLE color: 183039.
HSL color Cylindrical-coordinate representation of color #FFCA02: hue angle of 47.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFCA02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0 |
| HSL | 47.43º | 1% | 0.5% | - |
| HSV(B) | 47.43º | 0.99% | 1% | - |
| XYZ | 62.37 | 63.51 | 9.03 | - |
| YUV | 195.05 | 19.06 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 2 | 0 | 0.21 | 0.99 | 0 | 47.43 | 1 | 0.5 |
| Hex | FF | CA | 2 | 0 | 15 | 63 | 0 | 2F | 64 | 32 |
| Octal | 377 | 312 | 2 | 0 | 25 | 143 | 0 | 57 | 144 | 62 |
| Binary | 11111111 | 11001010 | 10 | 0 | 10101 | 1100011 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FFCA02
Complementary color
Monochromatic Colors of #FFCA02
Black with #FFCA02
Text Example
Text Example
White with #FFCA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA02; }
p { color: rgb(255,202,2); }
H1.HeaderClassName
{
color: #FFCA02;
}
.AnyTagClassName
{
color: #FFCA02;
}
</style>
background-color css
<style>
a { background-color: #FFCA02; }
a { background-color: rgb(255,202,2); }
div.DivClassName
{
background-color: #FFCA02;
}
.BgClassName
{
background-color: #FFCA02;
}
</style>
border-color css
<style>
span { border-color: #FFCA02; }
span { border-color: rgb(255,202,2); }
td.TdClassName
{
border-color: #FFCA02;
}
.TagClassName
{
border-color: #FFCA02;
}
</style>