Shades of Dark Tangerine #FDB019
Tints of Dark Tangerine #FDB019
RGB
CMYK
RGB Variations
Color information
#FDB019 (or 0xFDB019) is known color: Dark Tangerine. HEX triplet: FD, B0 and 19. RGB value is (253,176,25). Sum of RGB (Red+Green+Blue) = 253+176+25=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB019 is #024FE6. Grayscale: #B6B6B6. Windows color (decimal): -151527 or 1683709. OLE color: 1683709.
HSL color Cylindrical-coordinate representation of color #FDB019: hue angle of 39.74º 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 #FDB019 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 25 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.01 |
| HSL | 39.74º | 0.98% | 0.55% | - |
| HSV(B) | 39.74º | 0.9% | 0.99% | - |
| XYZ | 56.21 | 52 | 7.99 | - |
| YUV | 181.81 | 39.51 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 25 | 0 | 0.30 | 0.90 | 0.01 | 39.74 | 0.98 | 0.55 |
| Hex | FD | B0 | 19 | 0 | 1E | 5A | 1 | 28 | 62 | 37 |
| Octal | 375 | 260 | 31 | 0 | 36 | 132 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110000 | 11001 | 0 | 11110 | 1011010 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB019
Complementary color
Monochromatic Colors of #FDB019
Black with #FDB019
Text Example
Text Example
White with #FDB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB019; }
p { color: rgb(253,176,25); }
H1.HeaderClassName
{
color: #FDB019;
}
.AnyTagClassName
{
color: #FDB019;
}
</style>
background-color css
<style>
a { background-color: #FDB019; }
a { background-color: rgb(253,176,25); }
div.DivClassName
{
background-color: #FDB019;
}
.BgClassName
{
background-color: #FDB019;
}
</style>
border-color css
<style>
span { border-color: #FDB019; }
span { border-color: rgb(253,176,25); }
td.TdClassName
{
border-color: #FDB019;
}
.TagClassName
{
border-color: #FDB019;
}
</style>