Shades of Dark Tangerine #FDB613
Tints of Dark Tangerine #FDB613
RGB
CMYK
RGB Variations
Color information
#FDB613 (or 0xFDB613) is known color: Dark Tangerine. HEX triplet: FD, B6 and 13. RGB value is (253,182,19). Sum of RGB (Red+Green+Blue) = 253+182+19=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB613 is #0249EC. Grayscale: #B9B9B9. Windows color (decimal): -149997 or 1292029. OLE color: 1292029.
HSL color Cylindrical-coordinate representation of color #FDB613: hue angle of 41.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB613 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 19 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.01 |
| HSL | 41.79º | 0.98% | 0.53% | - |
| HSV(B) | 41.79º | 0.92% | 0.99% | - |
| XYZ | 57.35 | 54.39 | 8.09 | - |
| YUV | 184.65 | 34.52 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 19 | 0 | 0.28 | 0.92 | 0.01 | 41.79 | 0.98 | 0.53 |
| Hex | FD | B6 | 13 | 0 | 1C | 5C | 1 | 2A | 62 | 35 |
| Octal | 375 | 266 | 23 | 0 | 34 | 134 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10110110 | 10011 | 0 | 11100 | 1011100 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB613
Complementary color
Monochromatic Colors of #FDB613
Black with #FDB613
Text Example
Text Example
White with #FDB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB613; }
p { color: rgb(253,182,19); }
H1.HeaderClassName
{
color: #FDB613;
}
.AnyTagClassName
{
color: #FDB613;
}
</style>
background-color css
<style>
a { background-color: #FDB613; }
a { background-color: rgb(253,182,19); }
div.DivClassName
{
background-color: #FDB613;
}
.BgClassName
{
background-color: #FDB613;
}
</style>
border-color css
<style>
span { border-color: #FDB613; }
span { border-color: rgb(253,182,19); }
td.TdClassName
{
border-color: #FDB613;
}
.TagClassName
{
border-color: #FDB613;
}
</style>