Shades of Dark Tangerine #FDB50E
Tints of Dark Tangerine #FDB50E
RGB
CMYK
RGB Variations
Color information
#FDB50E (or 0xFDB50E) is known color: Dark Tangerine. HEX triplet: FD, B5 and 0E. RGB value is (253,181,14). Sum of RGB (Red+Green+Blue) = 253+181+14=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB50E is #024AF1. Grayscale: #B8B8B8. Windows color (decimal): -150258 or 964093. OLE color: 964093.
HSL color Cylindrical-coordinate representation of color #FDB50E: hue angle of 41.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDB50E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.01 |
| HSL | 41.92º | 0.98% | 0.52% | - |
| HSV(B) | 41.92º | 0.94% | 0.99% | - |
| XYZ | 57.11 | 53.96 | 7.82 | - |
| YUV | 183.49 | 32.35 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 14 | 0 | 0.28 | 0.94 | 0.01 | 41.92 | 0.98 | 0.52 |
| Hex | FD | B5 | E | 0 | 1C | 5E | 1 | 2A | 62 | 34 |
| Octal | 375 | 265 | 16 | 0 | 34 | 136 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110101 | 1110 | 0 | 11100 | 1011110 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB50E
Complementary color
Monochromatic Colors of #FDB50E
Black with #FDB50E
Text Example
Text Example
White with #FDB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB50E; }
p { color: rgb(253,181,14); }
H1.HeaderClassName
{
color: #FDB50E;
}
.AnyTagClassName
{
color: #FDB50E;
}
</style>
background-color css
<style>
a { background-color: #FDB50E; }
a { background-color: rgb(253,181,14); }
div.DivClassName
{
background-color: #FDB50E;
}
.BgClassName
{
background-color: #FDB50E;
}
</style>
border-color css
<style>
span { border-color: #FDB50E; }
span { border-color: rgb(253,181,14); }
td.TdClassName
{
border-color: #FDB50E;
}
.TagClassName
{
border-color: #FDB50E;
}
</style>