Shades of Dark Tangerine #FDA322
Tints of Dark Tangerine #FDA322
RGB
CMYK
RGB Variations
Color information
#FDA322 (or 0xFDA322) is known color: Dark Tangerine. HEX triplet: FD, A3 and 22. RGB value is (253,163,34). Sum of RGB (Red+Green+Blue) = 253+163+34=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA322 is #025CDD. Grayscale: #AFAFAF. Windows color (decimal): -154846 or 2270205. OLE color: 2270205.
HSL color Cylindrical-coordinate representation of color #FDA322: hue angle of 35.34º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDA322 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 34 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.01 |
| HSL | 35.34º | 0.98% | 0.56% | - |
| HSV(B) | 35.34º | 0.87% | 0.99% | - |
| XYZ | 53.89 | 47.19 | 7.78 | - |
| YUV | 175.2 | 48.32 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 34 | 0 | 0.36 | 0.87 | 0.01 | 35.34 | 0.98 | 0.56 |
| Hex | FD | A3 | 22 | 0 | 24 | 57 | 1 | 23 | 62 | 38 |
| Octal | 375 | 243 | 42 | 0 | 44 | 127 | 1 | 43 | 142 | 70 |
| Binary | 11111101 | 10100011 | 100010 | 0 | 100100 | 1010111 | 1 | 100011 | 1100010 | 111000 |
Color Harmonies of #FDA322
Complementary color
Monochromatic Colors of #FDA322
Black with #FDA322
Text Example
Text Example
White with #FDA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA322; }
p { color: rgb(253,163,34); }
H1.HeaderClassName
{
color: #FDA322;
}
.AnyTagClassName
{
color: #FDA322;
}
</style>
background-color css
<style>
a { background-color: #FDA322; }
a { background-color: rgb(253,163,34); }
div.DivClassName
{
background-color: #FDA322;
}
.BgClassName
{
background-color: #FDA322;
}
</style>
border-color css
<style>
span { border-color: #FDA322; }
span { border-color: rgb(253,163,34); }
td.TdClassName
{
border-color: #FDA322;
}
.TagClassName
{
border-color: #FDA322;
}
</style>