Shades of Tangerine Yellow #FFCA03
Tints of Tangerine Yellow #FFCA03
RGB
CMYK
RGB Variations
Color information
#FFCA03 (or 0xFFCA03) is known color: Tangerine Yellow. HEX triplet: FF, CA and 03. RGB value is (255,202,3). Sum of RGB (Red+Green+Blue) = 255+202+3=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA03 is #0035FC. Grayscale: #C4C4C4. Windows color (decimal): -13821 or 248575. OLE color: 248575.
HSL color Cylindrical-coordinate representation of color #FFCA03: hue angle of 47.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFCA03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0 |
| HSL | 47.38º | 1% | 0.51% | - |
| HSV(B) | 47.38º | 0.99% | 1% | - |
| XYZ | 62.38 | 63.51 | 9.06 | - |
| YUV | 195.16 | 19.56 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 3 | 0 | 0.21 | 0.99 | 0 | 47.38 | 1 | 0.51 |
| Hex | FF | CA | 3 | 0 | 15 | 63 | 0 | 2F | 64 | 33 |
| Octal | 377 | 312 | 3 | 0 | 25 | 143 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001010 | 11 | 0 | 10101 | 1100011 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFCA03
Complementary color
Monochromatic Colors of #FFCA03
Black with #FFCA03
Text Example
Text Example
White with #FFCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA03; }
p { color: rgb(255,202,3); }
H1.HeaderClassName
{
color: #FFCA03;
}
.AnyTagClassName
{
color: #FFCA03;
}
</style>
background-color css
<style>
a { background-color: #FFCA03; }
a { background-color: rgb(255,202,3); }
div.DivClassName
{
background-color: #FFCA03;
}
.BgClassName
{
background-color: #FFCA03;
}
</style>
border-color css
<style>
span { border-color: #FFCA03; }
span { border-color: rgb(255,202,3); }
td.TdClassName
{
border-color: #FFCA03;
}
.TagClassName
{
border-color: #FFCA03;
}
</style>