Shades of Dark Tangerine #FDA91B
Tints of Dark Tangerine #FDA91B
RGB
CMYK
RGB Variations
Color information
#FDA91B (or 0xFDA91B) is known color: Dark Tangerine. HEX triplet: FD, A9 and 1B. RGB value is (253,169,27). Sum of RGB (Red+Green+Blue) = 253+169+27=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA91B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA91B is #0256E4. Grayscale: #B2B2B2. Windows color (decimal): -153317 or 1812989. OLE color: 1812989.
HSL color Cylindrical-coordinate representation of color #FDA91B: hue angle of 37.7º 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 #FDA91B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.01 |
| HSL | 37.7º | 0.98% | 0.55% | - |
| HSV(B) | 37.7º | 0.89% | 0.99% | - |
| XYZ | 54.89 | 49.34 | 7.67 | - |
| YUV | 177.93 | 42.83 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 27 | 0 | 0.33 | 0.89 | 0.01 | 37.7 | 0.98 | 0.55 |
| Hex | FD | A9 | 1B | 0 | 21 | 59 | 1 | 26 | 62 | 37 |
| Octal | 375 | 251 | 33 | 0 | 41 | 131 | 1 | 46 | 142 | 67 |
| Binary | 11111101 | 10101001 | 11011 | 0 | 100001 | 1011001 | 1 | 100110 | 1100010 | 110111 |
Color Harmonies of #FDA91B
Complementary color
Monochromatic Colors of #FDA91B
Black with #FDA91B
Text Example
Text Example
White with #FDA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA91B; }
p { color: rgb(253,169,27); }
H1.HeaderClassName
{
color: #FDA91B;
}
.AnyTagClassName
{
color: #FDA91B;
}
</style>
background-color css
<style>
a { background-color: #FDA91B; }
a { background-color: rgb(253,169,27); }
div.DivClassName
{
background-color: #FDA91B;
}
.BgClassName
{
background-color: #FDA91B;
}
</style>
border-color css
<style>
span { border-color: #FDA91B; }
span { border-color: rgb(253,169,27); }
td.TdClassName
{
border-color: #FDA91B;
}
.TagClassName
{
border-color: #FDA91B;
}
</style>