Shades of Dark Tangerine #FDB714
Tints of Dark Tangerine #FDB714
RGB
CMYK
RGB Variations
Color information
#FDB714 (or 0xFDB714) is known color: Dark Tangerine. HEX triplet: FD, B7 and 14. RGB value is (253,183,20). Sum of RGB (Red+Green+Blue) = 253+183+20=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB714 is #0248EB. Grayscale: #BABABA. Windows color (decimal): -149740 or 1357821. OLE color: 1357821.
HSL color Cylindrical-coordinate representation of color #FDB714: hue angle of 41.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB714 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 20 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.01 |
| HSL | 41.97º | 0.98% | 0.54% | - |
| HSV(B) | 41.97º | 0.92% | 0.99% | - |
| XYZ | 57.57 | 54.8 | 8.21 | - |
| YUV | 185.35 | 34.69 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 20 | 0 | 0.28 | 0.92 | 0.01 | 41.97 | 0.98 | 0.54 |
| Hex | FD | B7 | 14 | 0 | 1C | 5C | 1 | 2A | 62 | 36 |
| Octal | 375 | 267 | 24 | 0 | 34 | 134 | 1 | 52 | 142 | 66 |
| Binary | 11111101 | 10110111 | 10100 | 0 | 11100 | 1011100 | 1 | 101010 | 1100010 | 110110 |
Color Harmonies of #FDB714
Complementary color
Monochromatic Colors of #FDB714
Black with #FDB714
Text Example
Text Example
White with #FDB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB714; }
p { color: rgb(253,183,20); }
H1.HeaderClassName
{
color: #FDB714;
}
.AnyTagClassName
{
color: #FDB714;
}
</style>
background-color css
<style>
a { background-color: #FDB714; }
a { background-color: rgb(253,183,20); }
div.DivClassName
{
background-color: #FDB714;
}
.BgClassName
{
background-color: #FDB714;
}
</style>
border-color css
<style>
span { border-color: #FDB714; }
span { border-color: rgb(253,183,20); }
td.TdClassName
{
border-color: #FDB714;
}
.TagClassName
{
border-color: #FDB714;
}
</style>