Shades of Tangerine Yellow #FFCD0C
Tints of Tangerine Yellow #FFCD0C
RGB
CMYK
RGB Variations
Color information
#FFCD0C (or 0xFFCD0C) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0C. RGB value is (255,205,12). Sum of RGB (Red+Green+Blue) = 255+205+12=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0C is #0032F3. Grayscale: #C6C6C6. Windows color (decimal): -13044 or 839167. OLE color: 839167.
HSL color Cylindrical-coordinate representation of color #FFCD0C: hue angle of 47.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFCD0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0 |
| HSL | 47.65º | 1% | 0.52% | - |
| HSV(B) | 47.65º | 0.95% | 1% | - |
| XYZ | 63.14 | 64.95 | 9.56 | - |
| YUV | 197.95 | 23.07 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 12 | 0 | 0.20 | 0.95 | 0 | 47.65 | 1 | 0.52 |
| Hex | FF | CD | C | 0 | 14 | 5F | 0 | 30 | 64 | 34 |
| Octal | 377 | 315 | 14 | 0 | 24 | 137 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001101 | 1100 | 0 | 10100 | 1011111 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCD0C
Complementary color
Monochromatic Colors of #FFCD0C
Black with #FFCD0C
Text Example
Text Example
White with #FFCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD0C; }
p { color: rgb(255,205,12); }
H1.HeaderClassName
{
color: #FFCD0C;
}
.AnyTagClassName
{
color: #FFCD0C;
}
</style>
background-color css
<style>
a { background-color: #FFCD0C; }
a { background-color: rgb(255,205,12); }
div.DivClassName
{
background-color: #FFCD0C;
}
.BgClassName
{
background-color: #FFCD0C;
}
</style>
border-color css
<style>
span { border-color: #FFCD0C; }
span { border-color: rgb(255,205,12); }
td.TdClassName
{
border-color: #FFCD0C;
}
.TagClassName
{
border-color: #FFCD0C;
}
</style>