Shades of Dark Tangerine #FDA40A
Tints of Dark Tangerine #FDA40A
RGB
CMYK
RGB Variations
Color information
#FDA40A (or 0xFDA40A) is known color: Dark Tangerine. HEX triplet: FD, A4 and 0A. RGB value is (253,164,10). Sum of RGB (Red+Green+Blue) = 253+164+10=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA40A is #025BF5. Grayscale: #ADADAD. Windows color (decimal): -154614 or 697597. OLE color: 697597.
HSL color Cylindrical-coordinate representation of color #FDA40A: hue angle of 38.02º 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 #FDA40A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.01 |
| HSL | 38.02º | 0.98% | 0.52% | - |
| HSV(B) | 38.02º | 0.96% | 0.99% | - |
| XYZ | 53.84 | 47.46 | 6.61 | - |
| YUV | 173.06 | 35.99 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 10 | 0 | 0.35 | 0.96 | 0.01 | 38.02 | 0.98 | 0.52 |
| Hex | FD | A4 | A | 0 | 23 | 60 | 1 | 26 | 62 | 34 |
| Octal | 375 | 244 | 12 | 0 | 43 | 140 | 1 | 46 | 142 | 64 |
| Binary | 11111101 | 10100100 | 1010 | 0 | 100011 | 1100000 | 1 | 100110 | 1100010 | 110100 |
Color Harmonies of #FDA40A
Complementary color
Monochromatic Colors of #FDA40A
Black with #FDA40A
Text Example
Text Example
White with #FDA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA40A; }
p { color: rgb(253,164,10); }
H1.HeaderClassName
{
color: #FDA40A;
}
.AnyTagClassName
{
color: #FDA40A;
}
</style>
background-color css
<style>
a { background-color: #FDA40A; }
a { background-color: rgb(253,164,10); }
div.DivClassName
{
background-color: #FDA40A;
}
.BgClassName
{
background-color: #FDA40A;
}
</style>
border-color css
<style>
span { border-color: #FDA40A; }
span { border-color: rgb(253,164,10); }
td.TdClassName
{
border-color: #FDA40A;
}
.TagClassName
{
border-color: #FDA40A;
}
</style>