Shades of Dark Tangerine #FDB40D
Tints of Dark Tangerine #FDB40D
RGB
CMYK
RGB Variations
Color information
#FDB40D (or 0xFDB40D) is known color: Dark Tangerine. HEX triplet: FD, B4 and 0D. RGB value is (253,180,13). Sum of RGB (Red+Green+Blue) = 253+180+13=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB40D is #024BF2. Grayscale: #B7B7B7. Windows color (decimal): -150515 or 898301. OLE color: 898301.
HSL color Cylindrical-coordinate representation of color #FDB40D: hue angle of 41.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDB40D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.01 |
| HSL | 41.75º | 0.98% | 0.52% | - |
| HSV(B) | 41.75º | 0.95% | 0.99% | - |
| XYZ | 56.9 | 53.55 | 7.72 | - |
| YUV | 182.79 | 32.18 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 13 | 0 | 0.29 | 0.95 | 0.01 | 41.75 | 0.98 | 0.52 |
| Hex | FD | B4 | D | 0 | 1D | 5F | 1 | 2A | 62 | 34 |
| Octal | 375 | 264 | 15 | 0 | 35 | 137 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110100 | 1101 | 0 | 11101 | 1011111 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB40D
Complementary color
Monochromatic Colors of #FDB40D
Black with #FDB40D
Text Example
Text Example
White with #FDB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB40D; }
p { color: rgb(253,180,13); }
H1.HeaderClassName
{
color: #FDB40D;
}
.AnyTagClassName
{
color: #FDB40D;
}
</style>
background-color css
<style>
a { background-color: #FDB40D; }
a { background-color: rgb(253,180,13); }
div.DivClassName
{
background-color: #FDB40D;
}
.BgClassName
{
background-color: #FDB40D;
}
</style>
border-color css
<style>
span { border-color: #FDB40D; }
span { border-color: rgb(253,180,13); }
td.TdClassName
{
border-color: #FDB40D;
}
.TagClassName
{
border-color: #FDB40D;
}
</style>