Shades of Dark Tangerine #FDA81B
Tints of Dark Tangerine #FDA81B
RGB
CMYK
RGB Variations
Color information
#FDA81B (or 0xFDA81B) is known color: Dark Tangerine. HEX triplet: FD, A8 and 1B. RGB value is (253,168,27). Sum of RGB (Red+Green+Blue) = 253+168+27=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA81B is #0257E4. Grayscale: #B1B1B1. Windows color (decimal): -153573 or 1812733. OLE color: 1812733.
HSL color Cylindrical-coordinate representation of color #FDA81B: hue angle of 37.43º 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 #FDA81B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.01 |
| HSL | 37.43º | 0.98% | 0.55% | - |
| HSV(B) | 37.43º | 0.89% | 0.99% | - |
| XYZ | 54.71 | 48.97 | 7.61 | - |
| YUV | 177.34 | 43.16 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 27 | 0 | 0.34 | 0.89 | 0.01 | 37.43 | 0.98 | 0.55 |
| Hex | FD | A8 | 1B | 0 | 22 | 59 | 1 | 25 | 62 | 37 |
| Octal | 375 | 250 | 33 | 0 | 42 | 131 | 1 | 45 | 142 | 67 |
| Binary | 11111101 | 10101000 | 11011 | 0 | 100010 | 1011001 | 1 | 100101 | 1100010 | 110111 |
Color Harmonies of #FDA81B
Complementary color
Monochromatic Colors of #FDA81B
Black with #FDA81B
Text Example
Text Example
White with #FDA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA81B; }
p { color: rgb(253,168,27); }
H1.HeaderClassName
{
color: #FDA81B;
}
.AnyTagClassName
{
color: #FDA81B;
}
</style>
background-color css
<style>
a { background-color: #FDA81B; }
a { background-color: rgb(253,168,27); }
div.DivClassName
{
background-color: #FDA81B;
}
.BgClassName
{
background-color: #FDA81B;
}
</style>
border-color css
<style>
span { border-color: #FDA81B; }
span { border-color: rgb(253,168,27); }
td.TdClassName
{
border-color: #FDA81B;
}
.TagClassName
{
border-color: #FDA81B;
}
</style>