Shades of Dark Tangerine #FDB314
Tints of Dark Tangerine #FDB314
RGB
CMYK
RGB Variations
Color information
#FDB314 (or 0xFDB314) is known color: Dark Tangerine. HEX triplet: FD, B3 and 14. RGB value is (253,179,20). Sum of RGB (Red+Green+Blue) = 253+179+20=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB314 is #024CEB. Grayscale: #B7B7B7. Windows color (decimal): -150764 or 1356797. OLE color: 1356797.
HSL color Cylindrical-coordinate representation of color #FDB314: hue angle of 40.94º 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 #FDB314 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 20 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.01 |
| HSL | 40.94º | 0.98% | 0.54% | - |
| HSV(B) | 40.94º | 0.92% | 0.99% | - |
| XYZ | 56.75 | 53.17 | 7.93 | - |
| YUV | 183 | 36.02 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 20 | 0 | 0.29 | 0.92 | 0.01 | 40.94 | 0.98 | 0.54 |
| Hex | FD | B3 | 14 | 0 | 1D | 5C | 1 | 29 | 62 | 36 |
| Octal | 375 | 263 | 24 | 0 | 35 | 134 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110011 | 10100 | 0 | 11101 | 1011100 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB314
Complementary color
Monochromatic Colors of #FDB314
Black with #FDB314
Text Example
Text Example
White with #FDB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB314; }
p { color: rgb(253,179,20); }
H1.HeaderClassName
{
color: #FDB314;
}
.AnyTagClassName
{
color: #FDB314;
}
</style>
background-color css
<style>
a { background-color: #FDB314; }
a { background-color: rgb(253,179,20); }
div.DivClassName
{
background-color: #FDB314;
}
.BgClassName
{
background-color: #FDB314;
}
</style>
border-color css
<style>
span { border-color: #FDB314; }
span { border-color: rgb(253,179,20); }
td.TdClassName
{
border-color: #FDB314;
}
.TagClassName
{
border-color: #FDB314;
}
</style>