Shades of Dark Tangerine #FDA31B
Tints of Dark Tangerine #FDA31B
RGB
CMYK
RGB Variations
Color information
#FDA31B (or 0xFDA31B) is known color: Dark Tangerine. HEX triplet: FD, A3 and 1B. RGB value is (253,163,27). Sum of RGB (Red+Green+Blue) = 253+163+27=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA31B is #025CE4. Grayscale: #AFAFAF. Windows color (decimal): -154853 or 1811453. OLE color: 1811453.
HSL color Cylindrical-coordinate representation of color #FDA31B: hue angle of 36.11º 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 #FDA31B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 27 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.01 |
| HSL | 36.11º | 0.98% | 0.55% | - |
| HSV(B) | 36.11º | 0.89% | 0.99% | - |
| XYZ | 53.8 | 47.16 | 7.3 | - |
| YUV | 174.41 | 44.82 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 27 | 0 | 0.36 | 0.89 | 0.01 | 36.11 | 0.98 | 0.55 |
| Hex | FD | A3 | 1B | 0 | 24 | 59 | 1 | 24 | 62 | 37 |
| Octal | 375 | 243 | 33 | 0 | 44 | 131 | 1 | 44 | 142 | 67 |
| Binary | 11111101 | 10100011 | 11011 | 0 | 100100 | 1011001 | 1 | 100100 | 1100010 | 110111 |
Color Harmonies of #FDA31B
Complementary color
Monochromatic Colors of #FDA31B
Black with #FDA31B
Text Example
Text Example
White with #FDA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA31B; }
p { color: rgb(253,163,27); }
H1.HeaderClassName
{
color: #FDA31B;
}
.AnyTagClassName
{
color: #FDA31B;
}
</style>
background-color css
<style>
a { background-color: #FDA31B; }
a { background-color: rgb(253,163,27); }
div.DivClassName
{
background-color: #FDA31B;
}
.BgClassName
{
background-color: #FDA31B;
}
</style>
border-color css
<style>
span { border-color: #FDA31B; }
span { border-color: rgb(253,163,27); }
td.TdClassName
{
border-color: #FDA31B;
}
.TagClassName
{
border-color: #FDA31B;
}
</style>