Shades of Tangerine Yellow #FDCD0A
Tints of Tangerine Yellow #FDCD0A
RGB
CMYK
RGB Variations
Color information
#FDCD0A (or 0xFDCD0A) is known color: Tangerine Yellow. HEX triplet: FD, CD and 0A. RGB value is (253,205,10). Sum of RGB (Red+Green+Blue) = 253+205+10=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD0A is #0232F5. Grayscale: #C5C5C5. Windows color (decimal): -144118 or 708093. OLE color: 708093.
HSL color Cylindrical-coordinate representation of color #FDCD0A: hue angle of 48.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDCD0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.01 |
| HSL | 48.15º | 0.98% | 0.52% | - |
| HSV(B) | 48.15º | 0.96% | 0.99% | - |
| XYZ | 62.39 | 64.57 | 9.46 | - |
| YUV | 197.12 | 22.4 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 10 | 0 | 0.19 | 0.96 | 0.01 | 48.15 | 0.98 | 0.52 |
| Hex | FD | CD | A | 0 | 13 | 60 | 1 | 30 | 62 | 34 |
| Octal | 375 | 315 | 12 | 0 | 23 | 140 | 1 | 60 | 142 | 64 |
| Binary | 11111101 | 11001101 | 1010 | 0 | 10011 | 1100000 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FDCD0A
Complementary color
Monochromatic Colors of #FDCD0A
Black with #FDCD0A
Text Example
Text Example
White with #FDCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD0A; }
p { color: rgb(253,205,10); }
H1.HeaderClassName
{
color: #FDCD0A;
}
.AnyTagClassName
{
color: #FDCD0A;
}
</style>
background-color css
<style>
a { background-color: #FDCD0A; }
a { background-color: rgb(253,205,10); }
div.DivClassName
{
background-color: #FDCD0A;
}
.BgClassName
{
background-color: #FDCD0A;
}
</style>
border-color css
<style>
span { border-color: #FDCD0A; }
span { border-color: rgb(253,205,10); }
td.TdClassName
{
border-color: #FDCD0A;
}
.TagClassName
{
border-color: #FDCD0A;
}
</style>