Shades of Dark Tangerine #FDB40E
Tints of Dark Tangerine #FDB40E
RGB
CMYK
RGB Variations
Color information
#FDB40E (or 0xFDB40E) is known color: Dark Tangerine. HEX triplet: FD, B4 and 0E. RGB value is (253,180,14). Sum of RGB (Red+Green+Blue) = 253+180+14=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB40E is #024BF1. Grayscale: #B7B7B7. Windows color (decimal): -150514 or 963837. OLE color: 963837.
HSL color Cylindrical-coordinate representation of color #FDB40E: hue angle of 41.67º 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 #FDB40E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.01 |
| HSL | 41.67º | 0.98% | 0.52% | - |
| HSV(B) | 41.67º | 0.94% | 0.99% | - |
| XYZ | 56.91 | 53.56 | 7.75 | - |
| YUV | 182.9 | 32.68 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 14 | 0 | 0.29 | 0.94 | 0.01 | 41.67 | 0.98 | 0.52 |
| Hex | FD | B4 | E | 0 | 1D | 5E | 1 | 2A | 62 | 34 |
| Octal | 375 | 264 | 16 | 0 | 35 | 136 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110100 | 1110 | 0 | 11101 | 1011110 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB40E
Complementary color
Monochromatic Colors of #FDB40E
Black with #FDB40E
Text Example
Text Example
White with #FDB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB40E; }
p { color: rgb(253,180,14); }
H1.HeaderClassName
{
color: #FDB40E;
}
.AnyTagClassName
{
color: #FDB40E;
}
</style>
background-color css
<style>
a { background-color: #FDB40E; }
a { background-color: rgb(253,180,14); }
div.DivClassName
{
background-color: #FDB40E;
}
.BgClassName
{
background-color: #FDB40E;
}
</style>
border-color css
<style>
span { border-color: #FDB40E; }
span { border-color: rgb(253,180,14); }
td.TdClassName
{
border-color: #FDB40E;
}
.TagClassName
{
border-color: #FDB40E;
}
</style>