Shades of Dark Tangerine #FDA60A
Tints of Dark Tangerine #FDA60A
RGB
CMYK
RGB Variations
Color information
#FDA60A (or 0xFDA60A) is known color: Dark Tangerine. HEX triplet: FD, A6 and 0A. RGB value is (253,166,10). Sum of RGB (Red+Green+Blue) = 253+166+10=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA60A is #0259F5. Grayscale: #AEAEAE. Windows color (decimal): -154102 or 698109. OLE color: 698109.
HSL color Cylindrical-coordinate representation of color #FDA60A: hue angle of 38.52º 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 #FDA60A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 10 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.01 |
| HSL | 38.52º | 0.98% | 0.52% | - |
| HSV(B) | 38.52º | 0.96% | 0.99% | - |
| XYZ | 54.2 | 48.18 | 6.73 | - |
| YUV | 174.23 | 35.32 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 10 | 0 | 0.34 | 0.96 | 0.01 | 38.52 | 0.98 | 0.52 |
| Hex | FD | A6 | A | 0 | 22 | 60 | 1 | 27 | 62 | 34 |
| Octal | 375 | 246 | 12 | 0 | 42 | 140 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10100110 | 1010 | 0 | 100010 | 1100000 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDA60A
Complementary color
Monochromatic Colors of #FDA60A
Black with #FDA60A
Text Example
Text Example
White with #FDA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA60A; }
p { color: rgb(253,166,10); }
H1.HeaderClassName
{
color: #FDA60A;
}
.AnyTagClassName
{
color: #FDA60A;
}
</style>
background-color css
<style>
a { background-color: #FDA60A; }
a { background-color: rgb(253,166,10); }
div.DivClassName
{
background-color: #FDA60A;
}
.BgClassName
{
background-color: #FDA60A;
}
</style>
border-color css
<style>
span { border-color: #FDA60A; }
span { border-color: rgb(253,166,10); }
td.TdClassName
{
border-color: #FDA60A;
}
.TagClassName
{
border-color: #FDA60A;
}
</style>