Shades of Dark Tangerine #FDB619
Tints of Dark Tangerine #FDB619
RGB
CMYK
RGB Variations
Color information
#FDB619 (or 0xFDB619) is known color: Dark Tangerine. HEX triplet: FD, B6 and 19. RGB value is (253,182,25). Sum of RGB (Red+Green+Blue) = 253+182+25=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB619 is #0249E6. Grayscale: #BABABA. Windows color (decimal): -149991 or 1685245. OLE color: 1685245.
HSL color Cylindrical-coordinate representation of color #FDB619: hue angle of 41.32º 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 #FDB619 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.01 |
| HSL | 41.32º | 0.98% | 0.55% | - |
| HSV(B) | 41.32º | 0.9% | 0.99% | - |
| XYZ | 57.41 | 54.41 | 8.4 | - |
| YUV | 185.33 | 37.52 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 25 | 0 | 0.28 | 0.90 | 0.01 | 41.32 | 0.98 | 0.55 |
| Hex | FD | B6 | 19 | 0 | 1C | 5A | 1 | 29 | 62 | 37 |
| Octal | 375 | 266 | 31 | 0 | 34 | 132 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110110 | 11001 | 0 | 11100 | 1011010 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB619
Complementary color
Monochromatic Colors of #FDB619
Black with #FDB619
Text Example
Text Example
White with #FDB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB619; }
p { color: rgb(253,182,25); }
H1.HeaderClassName
{
color: #FDB619;
}
.AnyTagClassName
{
color: #FDB619;
}
</style>
background-color css
<style>
a { background-color: #FDB619; }
a { background-color: rgb(253,182,25); }
div.DivClassName
{
background-color: #FDB619;
}
.BgClassName
{
background-color: #FDB619;
}
</style>
border-color css
<style>
span { border-color: #FDB619; }
span { border-color: rgb(253,182,25); }
td.TdClassName
{
border-color: #FDB619;
}
.TagClassName
{
border-color: #FDB619;
}
</style>