Shades of Dark Tangerine #FDB20E
Tints of Dark Tangerine #FDB20E
RGB
CMYK
RGB Variations
Color information
#FDB20E (or 0xFDB20E) is known color: Dark Tangerine. HEX triplet: FD, B2 and 0E. RGB value is (253,178,14). Sum of RGB (Red+Green+Blue) = 253+178+14=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB20E is #024DF1. Grayscale: #B6B6B6. Windows color (decimal): -151026 or 963325. OLE color: 963325.
HSL color Cylindrical-coordinate representation of color #FDB20E: hue angle of 41.17º 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 #FDB20E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.01 |
| HSL | 41.17º | 0.98% | 0.52% | - |
| HSV(B) | 41.17º | 0.94% | 0.99% | - |
| XYZ | 56.51 | 52.76 | 7.62 | - |
| YUV | 181.73 | 33.35 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 14 | 0 | 0.30 | 0.94 | 0.01 | 41.17 | 0.98 | 0.52 |
| Hex | FD | B2 | E | 0 | 1E | 5E | 1 | 29 | 62 | 34 |
| Octal | 375 | 262 | 16 | 0 | 36 | 136 | 1 | 51 | 142 | 64 |
| Binary | 11111101 | 10110010 | 1110 | 0 | 11110 | 1011110 | 1 | 101001 | 1100010 | 110100 |
Color Harmonies of #FDB20E
Complementary color
Monochromatic Colors of #FDB20E
Black with #FDB20E
Text Example
Text Example
White with #FDB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB20E; }
p { color: rgb(253,178,14); }
H1.HeaderClassName
{
color: #FDB20E;
}
.AnyTagClassName
{
color: #FDB20E;
}
</style>
background-color css
<style>
a { background-color: #FDB20E; }
a { background-color: rgb(253,178,14); }
div.DivClassName
{
background-color: #FDB20E;
}
.BgClassName
{
background-color: #FDB20E;
}
</style>
border-color css
<style>
span { border-color: #FDB20E; }
span { border-color: rgb(253,178,14); }
td.TdClassName
{
border-color: #FDB20E;
}
.TagClassName
{
border-color: #FDB20E;
}
</style>