Shades of Tangerine Yellow #FFCA0D
Tints of Tangerine Yellow #FFCA0D
RGB
CMYK
RGB Variations
Color information
#FFCA0D (or 0xFFCA0D) is known color: Tangerine Yellow. HEX triplet: FF, CA and 0D. RGB value is (255,202,13). Sum of RGB (Red+Green+Blue) = 255+202+13=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA0D is #0035F2. Grayscale: #C5C5C5. Windows color (decimal): -13811 or 903935. OLE color: 903935.
HSL color Cylindrical-coordinate representation of color #FFCA0D: hue angle of 46.86º 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 #FFCA0D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0 |
| HSL | 46.86º | 1% | 0.53% | - |
| HSV(B) | 46.86º | 0.95% | 1% | - |
| XYZ | 62.43 | 63.53 | 9.35 | - |
| YUV | 196.3 | 24.56 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 13 | 0 | 0.21 | 0.95 | 0 | 46.86 | 1 | 0.53 |
| Hex | FF | CA | D | 0 | 15 | 5F | 0 | 2F | 64 | 35 |
| Octal | 377 | 312 | 15 | 0 | 25 | 137 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001010 | 1101 | 0 | 10101 | 1011111 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCA0D
Complementary color
Monochromatic Colors of #FFCA0D
Black with #FFCA0D
Text Example
Text Example
White with #FFCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA0D; }
p { color: rgb(255,202,13); }
H1.HeaderClassName
{
color: #FFCA0D;
}
.AnyTagClassName
{
color: #FFCA0D;
}
</style>
background-color css
<style>
a { background-color: #FFCA0D; }
a { background-color: rgb(255,202,13); }
div.DivClassName
{
background-color: #FFCA0D;
}
.BgClassName
{
background-color: #FFCA0D;
}
</style>
border-color css
<style>
span { border-color: #FFCA0D; }
span { border-color: rgb(255,202,13); }
td.TdClassName
{
border-color: #FFCA0D;
}
.TagClassName
{
border-color: #FFCA0D;
}
</style>