Shades of Dark Tangerine #FDA61B
Tints of Dark Tangerine #FDA61B
RGB
CMYK
RGB Variations
Color information
#FDA61B (or 0xFDA61B) is known color: Dark Tangerine. HEX triplet: FD, A6 and 1B. RGB value is (253,166,27). Sum of RGB (Red+Green+Blue) = 253+166+27=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA61B is #0259E4. Grayscale: #B0B0B0. Windows color (decimal): -154085 or 1812221. OLE color: 1812221.
HSL color Cylindrical-coordinate representation of color #FDA61B: hue angle of 36.9º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDA61B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.01 |
| HSL | 36.9º | 0.98% | 0.55% | - |
| HSV(B) | 36.9º | 0.89% | 0.99% | - |
| XYZ | 54.34 | 48.23 | 7.48 | - |
| YUV | 176.17 | 43.82 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 27 | 0 | 0.34 | 0.89 | 0.01 | 36.9 | 0.98 | 0.55 |
| Hex | FD | A6 | 1B | 0 | 22 | 59 | 1 | 25 | 62 | 37 |
| Octal | 375 | 246 | 33 | 0 | 42 | 131 | 1 | 45 | 142 | 67 |
| Binary | 11111101 | 10100110 | 11011 | 0 | 100010 | 1011001 | 1 | 100101 | 1100010 | 110111 |
Color Harmonies of #FDA61B
Complementary color
Monochromatic Colors of #FDA61B
Black with #FDA61B
Text Example
Text Example
White with #FDA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA61B; }
p { color: rgb(253,166,27); }
H1.HeaderClassName
{
color: #FDA61B;
}
.AnyTagClassName
{
color: #FDA61B;
}
</style>
background-color css
<style>
a { background-color: #FDA61B; }
a { background-color: rgb(253,166,27); }
div.DivClassName
{
background-color: #FDA61B;
}
.BgClassName
{
background-color: #FDA61B;
}
</style>
border-color css
<style>
span { border-color: #FDA61B; }
span { border-color: rgb(253,166,27); }
td.TdClassName
{
border-color: #FDA61B;
}
.TagClassName
{
border-color: #FDA61B;
}
</style>