Shades of Tangerine Yellow #FFCA0F
Tints of Tangerine Yellow #FFCA0F
RGB
CMYK
RGB Variations
Color information
#FFCA0F (or 0xFFCA0F) is known color: Tangerine Yellow. HEX triplet: FF, CA and 0F. RGB value is (255,202,15). Sum of RGB (Red+Green+Blue) = 255+202+15=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA0F is #0035F0. Grayscale: #C5C5C5. Windows color (decimal): -13809 or 1035007. OLE color: 1035007.
HSL color Cylindrical-coordinate representation of color #FFCA0F: hue angle of 46.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFCA0F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0 |
| HSL | 46.75º | 1% | 0.53% | - |
| HSV(B) | 46.75º | 0.94% | 1% | - |
| XYZ | 62.45 | 63.54 | 9.42 | - |
| YUV | 196.53 | 25.56 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 15 | 0 | 0.21 | 0.94 | 0 | 46.75 | 1 | 0.53 |
| Hex | FF | CA | F | 0 | 15 | 5E | 0 | 2F | 64 | 35 |
| Octal | 377 | 312 | 17 | 0 | 25 | 136 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001010 | 1111 | 0 | 10101 | 1011110 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCA0F
Complementary color
Monochromatic Colors of #FFCA0F
Black with #FFCA0F
Text Example
Text Example
White with #FFCA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA0F; }
p { color: rgb(255,202,15); }
H1.HeaderClassName
{
color: #FFCA0F;
}
.AnyTagClassName
{
color: #FFCA0F;
}
</style>
background-color css
<style>
a { background-color: #FFCA0F; }
a { background-color: rgb(255,202,15); }
div.DivClassName
{
background-color: #FFCA0F;
}
.BgClassName
{
background-color: #FFCA0F;
}
</style>
border-color css
<style>
span { border-color: #FFCA0F; }
span { border-color: rgb(255,202,15); }
td.TdClassName
{
border-color: #FFCA0F;
}
.TagClassName
{
border-color: #FFCA0F;
}
</style>