Shades of Tangerine Yellow #FFCD12
Tints of Tangerine Yellow #FFCD12
RGB
CMYK
RGB Variations
Color information
#FFCD12 (or 0xFFCD12) is known color: Tangerine Yellow. HEX triplet: FF, CD and 12. RGB value is (255,205,18). Sum of RGB (Red+Green+Blue) = 255+205+18=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD12 is #0032ED. Grayscale: #C7C7C7. Windows color (decimal): -13038 or 1232383. OLE color: 1232383.
HSL color Cylindrical-coordinate representation of color #FFCD12: hue angle of 47.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCD12 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0 |
| HSL | 47.34º | 1% | 0.54% | - |
| HSV(B) | 47.34º | 0.93% | 1% | - |
| XYZ | 63.18 | 64.97 | 9.78 | - |
| YUV | 198.63 | 26.07 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 18 | 0 | 0.20 | 0.93 | 0 | 47.34 | 1 | 0.54 |
| Hex | FF | CD | 12 | 0 | 14 | 5D | 0 | 2F | 64 | 36 |
| Octal | 377 | 315 | 22 | 0 | 24 | 135 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001101 | 10010 | 0 | 10100 | 1011101 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCD12
Complementary color
Monochromatic Colors of #FFCD12
Black with #FFCD12
Text Example
Text Example
White with #FFCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD12; }
p { color: rgb(255,205,18); }
H1.HeaderClassName
{
color: #FFCD12;
}
.AnyTagClassName
{
color: #FFCD12;
}
</style>
background-color css
<style>
a { background-color: #FFCD12; }
a { background-color: rgb(255,205,18); }
div.DivClassName
{
background-color: #FFCD12;
}
.BgClassName
{
background-color: #FFCD12;
}
</style>
border-color css
<style>
span { border-color: #FFCD12; }
span { border-color: rgb(255,205,18); }
td.TdClassName
{
border-color: #FFCD12;
}
.TagClassName
{
border-color: #FFCD12;
}
</style>