Shades of Dark Tangerine #FDB813
Tints of Dark Tangerine #FDB813
RGB
CMYK
RGB Variations
Color information
#FDB813 (or 0xFDB813) is known color: Dark Tangerine. HEX triplet: FD, B8 and 13. RGB value is (253,184,19). Sum of RGB (Red+Green+Blue) = 253+184+19=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB813 is #0247EC. Grayscale: #BABABA. Windows color (decimal): -149485 or 1292541. OLE color: 1292541.
HSL color Cylindrical-coordinate representation of color #FDB813: hue angle of 42.31º 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 #FDB813 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 19 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.01 |
| HSL | 42.31º | 0.98% | 0.53% | - |
| HSV(B) | 42.31º | 0.92% | 0.99% | - |
| XYZ | 57.77 | 55.21 | 8.23 | - |
| YUV | 185.82 | 33.86 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 19 | 0 | 0.27 | 0.92 | 0.01 | 42.31 | 0.98 | 0.53 |
| Hex | FD | B8 | 13 | 0 | 1B | 5C | 1 | 2A | 62 | 35 |
| Octal | 375 | 270 | 23 | 0 | 33 | 134 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10111000 | 10011 | 0 | 11011 | 1011100 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB813
Complementary color
Monochromatic Colors of #FDB813
Black with #FDB813
Text Example
Text Example
White with #FDB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB813; }
p { color: rgb(253,184,19); }
H1.HeaderClassName
{
color: #FDB813;
}
.AnyTagClassName
{
color: #FDB813;
}
</style>
background-color css
<style>
a { background-color: #FDB813; }
a { background-color: rgb(253,184,19); }
div.DivClassName
{
background-color: #FDB813;
}
.BgClassName
{
background-color: #FDB813;
}
</style>
border-color css
<style>
span { border-color: #FDB813; }
span { border-color: rgb(253,184,19); }
td.TdClassName
{
border-color: #FDB813;
}
.TagClassName
{
border-color: #FDB813;
}
</style>