Shades of Dark Tangerine #FDB919
Tints of Dark Tangerine #FDB919
RGB
CMYK
RGB Variations
Color information
#FDB919 (or 0xFDB919) is known color: Dark Tangerine. HEX triplet: FD, B9 and 19. RGB value is (253,185,25). Sum of RGB (Red+Green+Blue) = 253+185+25=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB919 is #0246E6. Grayscale: #BBBBBB. Windows color (decimal): -149223 or 1686013. OLE color: 1686013.
HSL color Cylindrical-coordinate representation of color #FDB919: hue angle of 42.11º 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 #FDB919 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.01 |
| HSL | 42.11º | 0.98% | 0.55% | - |
| HSV(B) | 42.11º | 0.9% | 0.99% | - |
| XYZ | 58.03 | 55.65 | 8.6 | - |
| YUV | 187.09 | 36.53 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 25 | 0 | 0.27 | 0.90 | 0.01 | 42.11 | 0.98 | 0.55 |
| Hex | FD | B9 | 19 | 0 | 1B | 5A | 1 | 2A | 62 | 37 |
| Octal | 375 | 271 | 31 | 0 | 33 | 132 | 1 | 52 | 142 | 67 |
| Binary | 11111101 | 10111001 | 11001 | 0 | 11011 | 1011010 | 1 | 101010 | 1100010 | 110111 |
Color Harmonies of #FDB919
Complementary color
Monochromatic Colors of #FDB919
Black with #FDB919
Text Example
Text Example
White with #FDB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB919; }
p { color: rgb(253,185,25); }
H1.HeaderClassName
{
color: #FDB919;
}
.AnyTagClassName
{
color: #FDB919;
}
</style>
background-color css
<style>
a { background-color: #FDB919; }
a { background-color: rgb(253,185,25); }
div.DivClassName
{
background-color: #FDB919;
}
.BgClassName
{
background-color: #FDB919;
}
</style>
border-color css
<style>
span { border-color: #FDB919; }
span { border-color: rgb(253,185,25); }
td.TdClassName
{
border-color: #FDB919;
}
.TagClassName
{
border-color: #FDB919;
}
</style>