Shades of Tangerine Yellow #FFCA0E
Tints of Tangerine Yellow #FFCA0E
RGB
CMYK
RGB Variations
Color information
#FFCA0E (or 0xFFCA0E) is known color: Tangerine Yellow. HEX triplet: FF, CA and 0E. RGB value is (255,202,14). Sum of RGB (Red+Green+Blue) = 255+202+14=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA0E is #0035F1. Grayscale: #C5C5C5. Windows color (decimal): -13810 or 969471. OLE color: 969471.
HSL color Cylindrical-coordinate representation of color #FFCA0E: hue angle of 46.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFCA0E is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 14 | - |
| CMYK | 0 | 0.21 | 0.95 | 0 |
| HSL | 46.8º | 1% | 0.53% | - |
| HSV(B) | 46.8º | 0.95% | 1% | - |
| XYZ | 62.44 | 63.53 | 9.39 | - |
| YUV | 196.42 | 25.06 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 14 | 0 | 0.21 | 0.95 | 0 | 46.8 | 1 | 0.53 |
| Hex | FF | CA | E | 0 | 15 | 5F | 0 | 2F | 64 | 35 |
| Octal | 377 | 312 | 16 | 0 | 25 | 137 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001010 | 1110 | 0 | 10101 | 1011111 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCA0E
Complementary color
Monochromatic Colors of #FFCA0E
Black with #FFCA0E
Text Example
Text Example
White with #FFCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA0E; }
p { color: rgb(255,202,14); }
H1.HeaderClassName
{
color: #FFCA0E;
}
.AnyTagClassName
{
color: #FFCA0E;
}
</style>
background-color css
<style>
a { background-color: #FFCA0E; }
a { background-color: rgb(255,202,14); }
div.DivClassName
{
background-color: #FFCA0E;
}
.BgClassName
{
background-color: #FFCA0E;
}
</style>
border-color css
<style>
span { border-color: #FFCA0E; }
span { border-color: rgb(255,202,14); }
td.TdClassName
{
border-color: #FFCA0E;
}
.TagClassName
{
border-color: #FFCA0E;
}
</style>