Shades of Dark Tangerine #FDA422
Tints of Dark Tangerine #FDA422
RGB
CMYK
RGB Variations
Color information
#FDA422 (or 0xFDA422) is known color: Dark Tangerine. HEX triplet: FD, A4 and 22. RGB value is (253,164,34). Sum of RGB (Red+Green+Blue) = 253+164+34=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA422 is #025BDD. Grayscale: #B0B0B0. Windows color (decimal): -154590 or 2270461. OLE color: 2270461.
HSL color Cylindrical-coordinate representation of color #FDA422: hue angle of 35.62º 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 #FDA422 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 34 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.01 |
| HSL | 35.62º | 0.98% | 0.56% | - |
| HSV(B) | 35.62º | 0.87% | 0.99% | - |
| XYZ | 54.07 | 47.55 | 7.84 | - |
| YUV | 175.79 | 47.99 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 34 | 0 | 0.35 | 0.87 | 0.01 | 35.62 | 0.98 | 0.56 |
| Hex | FD | A4 | 22 | 0 | 23 | 57 | 1 | 24 | 62 | 38 |
| Octal | 375 | 244 | 42 | 0 | 43 | 127 | 1 | 44 | 142 | 70 |
| Binary | 11111101 | 10100100 | 100010 | 0 | 100011 | 1010111 | 1 | 100100 | 1100010 | 111000 |
Color Harmonies of #FDA422
Complementary color
Monochromatic Colors of #FDA422
Black with #FDA422
Text Example
Text Example
White with #FDA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA422; }
p { color: rgb(253,164,34); }
H1.HeaderClassName
{
color: #FDA422;
}
.AnyTagClassName
{
color: #FDA422;
}
</style>
background-color css
<style>
a { background-color: #FDA422; }
a { background-color: rgb(253,164,34); }
div.DivClassName
{
background-color: #FDA422;
}
.BgClassName
{
background-color: #FDA422;
}
</style>
border-color css
<style>
span { border-color: #FDA422; }
span { border-color: rgb(253,164,34); }
td.TdClassName
{
border-color: #FDA422;
}
.TagClassName
{
border-color: #FDA422;
}
</style>