Shades of Tangerine Yellow #FFCD10
Tints of Tangerine Yellow #FFCD10
RGB
CMYK
RGB Variations
Color information
#FFCD10 (or 0xFFCD10) is known color: Tangerine Yellow. HEX triplet: FF, CD and 10. RGB value is (255,205,16). Sum of RGB (Red+Green+Blue) = 255+205+16=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD10 is #0032EF. Grayscale: #C7C7C7. Windows color (decimal): -13040 or 1101311. OLE color: 1101311.
HSL color Cylindrical-coordinate representation of color #FFCD10: hue angle of 47.45º 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 #FFCD10 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 16 | - |
| CMYK | 0 | 0.20 | 0.94 | 0 |
| HSL | 47.45º | 1% | 0.53% | - |
| HSV(B) | 47.45º | 0.94% | 1% | - |
| XYZ | 63.16 | 64.96 | 9.7 | - |
| YUV | 198.4 | 25.07 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 16 | 0 | 0.20 | 0.94 | 0 | 47.45 | 1 | 0.53 |
| Hex | FF | CD | 10 | 0 | 14 | 5E | 0 | 2F | 64 | 35 |
| Octal | 377 | 315 | 20 | 0 | 24 | 136 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001101 | 10000 | 0 | 10100 | 1011110 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCD10
Complementary color
Monochromatic Colors of #FFCD10
Black with #FFCD10
Text Example
Text Example
White with #FFCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD10; }
p { color: rgb(255,205,16); }
H1.HeaderClassName
{
color: #FFCD10;
}
.AnyTagClassName
{
color: #FFCD10;
}
</style>
background-color css
<style>
a { background-color: #FFCD10; }
a { background-color: rgb(255,205,16); }
div.DivClassName
{
background-color: #FFCD10;
}
.BgClassName
{
background-color: #FFCD10;
}
</style>
border-color css
<style>
span { border-color: #FFCD10; }
span { border-color: rgb(255,205,16); }
td.TdClassName
{
border-color: #FFCD10;
}
.TagClassName
{
border-color: #FFCD10;
}
</style>