Shades of Tangerine Yellow #FDD10A
Tints of Tangerine Yellow #FDD10A
RGB
CMYK
RGB Variations
Color information
#FDD10A (or 0xFDD10A) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 0A. RGB value is (253,209,10). Sum of RGB (Red+Green+Blue) = 253+209+10=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD10A is #022EF5. Grayscale: #C8C8C8. Windows color (decimal): -143094 or 709117. OLE color: 709117.
HSL color Cylindrical-coordinate representation of color #FDD10A: hue angle of 49.14º 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 #FDD10A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.01 |
| HSL | 49.14º | 0.98% | 0.52% | - |
| HSV(B) | 49.14º | 0.96% | 0.99% | - |
| XYZ | 63.36 | 66.51 | 9.78 | - |
| YUV | 199.47 | 21.08 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 10 | 0 | 0.17 | 0.96 | 0.01 | 49.14 | 0.98 | 0.52 |
| Hex | FD | D1 | A | 0 | 11 | 60 | 1 | 31 | 62 | 34 |
| Octal | 375 | 321 | 12 | 0 | 21 | 140 | 1 | 61 | 142 | 64 |
| Binary | 11111101 | 11010001 | 1010 | 0 | 10001 | 1100000 | 1 | 110001 | 1100010 | 110100 |
Color Harmonies of #FDD10A
Complementary color
Monochromatic Colors of #FDD10A
Black with #FDD10A
Text Example
Text Example
White with #FDD10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD10A; }
p { color: rgb(253,209,10); }
H1.HeaderClassName
{
color: #FDD10A;
}
.AnyTagClassName
{
color: #FDD10A;
}
</style>
background-color css
<style>
a { background-color: #FDD10A; }
a { background-color: rgb(253,209,10); }
div.DivClassName
{
background-color: #FDD10A;
}
.BgClassName
{
background-color: #FDD10A;
}
</style>
border-color css
<style>
span { border-color: #FDD10A; }
span { border-color: rgb(253,209,10); }
td.TdClassName
{
border-color: #FDD10A;
}
.TagClassName
{
border-color: #FDD10A;
}
</style>