Shades of Dark Tangerine #FDA61A
Tints of Dark Tangerine #FDA61A
RGB
CMYK
RGB Variations
Color information
#FDA61A (or 0xFDA61A) is known color: Dark Tangerine. HEX triplet: FD, A6 and 1A. RGB value is (253,166,26). Sum of RGB (Red+Green+Blue) = 253+166+26=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA61A is #0259E5. Grayscale: #B0B0B0. Windows color (decimal): -154086 or 1746685. OLE color: 1746685.
HSL color Cylindrical-coordinate representation of color #FDA61A: hue angle of 37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDA61A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 26 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.01 |
| HSL | 37º | 0.98% | 0.55% | - |
| HSV(B) | 37º | 0.9% | 0.99% | - |
| XYZ | 54.33 | 48.23 | 7.42 | - |
| YUV | 176.05 | 43.32 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 26 | 0 | 0.34 | 0.90 | 0.01 | 37 | 0.98 | 0.55 |
| Hex | FD | A6 | 1A | 0 | 22 | 5A | 1 | 25 | 62 | 37 |
| Octal | 375 | 246 | 32 | 0 | 42 | 132 | 1 | 45 | 142 | 67 |
| Binary | 11111101 | 10100110 | 11010 | 0 | 100010 | 1011010 | 1 | 100101 | 1100010 | 110111 |
Color Harmonies of #FDA61A
Complementary color
Monochromatic Colors of #FDA61A
Black with #FDA61A
Text Example
Text Example
White with #FDA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA61A; }
p { color: rgb(253,166,26); }
H1.HeaderClassName
{
color: #FDA61A;
}
.AnyTagClassName
{
color: #FDA61A;
}
</style>
background-color css
<style>
a { background-color: #FDA61A; }
a { background-color: rgb(253,166,26); }
div.DivClassName
{
background-color: #FDA61A;
}
.BgClassName
{
background-color: #FDA61A;
}
</style>
border-color css
<style>
span { border-color: #FDA61A; }
span { border-color: rgb(253,166,26); }
td.TdClassName
{
border-color: #FDA61A;
}
.TagClassName
{
border-color: #FDA61A;
}
</style>