Shades of Tangerine Yellow #FFCD0E
Tints of Tangerine Yellow #FFCD0E
RGB
CMYK
RGB Variations
Color information
#FFCD0E (or 0xFFCD0E) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0E. RGB value is (255,205,14). Sum of RGB (Red+Green+Blue) = 255+205+14=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0E is #0032F1. Grayscale: #C6C6C6. Windows color (decimal): -13042 or 970239. OLE color: 970239.
HSL color Cylindrical-coordinate representation of color #FFCD0E: hue angle of 47.55º 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 #FFCD0E is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 14 | - |
| CMYK | 0 | 0.20 | 0.95 | 0 |
| HSL | 47.55º | 1% | 0.53% | - |
| HSV(B) | 47.55º | 0.95% | 1% | - |
| XYZ | 63.15 | 64.95 | 9.62 | - |
| YUV | 198.18 | 24.07 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 14 | 0 | 0.20 | 0.95 | 0 | 47.55 | 1 | 0.53 |
| Hex | FF | CD | E | 0 | 14 | 5F | 0 | 30 | 64 | 35 |
| Octal | 377 | 315 | 16 | 0 | 24 | 137 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001101 | 1110 | 0 | 10100 | 1011111 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCD0E
Complementary color
Monochromatic Colors of #FFCD0E
Black with #FFCD0E
Text Example
Text Example
White with #FFCD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD0E; }
p { color: rgb(255,205,14); }
H1.HeaderClassName
{
color: #FFCD0E;
}
.AnyTagClassName
{
color: #FFCD0E;
}
</style>
background-color css
<style>
a { background-color: #FFCD0E; }
a { background-color: rgb(255,205,14); }
div.DivClassName
{
background-color: #FFCD0E;
}
.BgClassName
{
background-color: #FFCD0E;
}
</style>
border-color css
<style>
span { border-color: #FFCD0E; }
span { border-color: rgb(255,205,14); }
td.TdClassName
{
border-color: #FFCD0E;
}
.TagClassName
{
border-color: #FFCD0E;
}
</style>