Shades of Tangerine Yellow #FFCD0A
Tints of Tangerine Yellow #FFCD0A
RGB
CMYK
RGB Variations
Color information
#FFCD0A (or 0xFFCD0A) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0A. RGB value is (255,205,10). Sum of RGB (Red+Green+Blue) = 255+205+10=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0A is #0032F5. Grayscale: #C6C6C6. Windows color (decimal): -13046 or 708095. OLE color: 708095.
HSL color Cylindrical-coordinate representation of color #FFCD0A: hue angle of 47.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCD0A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0 |
| HSL | 47.76º | 1% | 0.52% | - |
| HSV(B) | 47.76º | 0.96% | 1% | - |
| XYZ | 63.13 | 64.94 | 9.5 | - |
| YUV | 197.72 | 22.07 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 10 | 0 | 0.20 | 0.96 | 0 | 47.76 | 1 | 0.52 |
| Hex | FF | CD | A | 0 | 14 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 315 | 12 | 0 | 24 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001101 | 1010 | 0 | 10100 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCD0A
Complementary color
Monochromatic Colors of #FFCD0A
Black with #FFCD0A
Text Example
Text Example
White with #FFCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD0A; }
p { color: rgb(255,205,10); }
H1.HeaderClassName
{
color: #FFCD0A;
}
.AnyTagClassName
{
color: #FFCD0A;
}
</style>
background-color css
<style>
a { background-color: #FFCD0A; }
a { background-color: rgb(255,205,10); }
div.DivClassName
{
background-color: #FFCD0A;
}
.BgClassName
{
background-color: #FFCD0A;
}
</style>
border-color css
<style>
span { border-color: #FFCD0A; }
span { border-color: rgb(255,205,10); }
td.TdClassName
{
border-color: #FFCD0A;
}
.TagClassName
{
border-color: #FFCD0A;
}
</style>