Shades of Dark Tangerine #FDB815
Tints of Dark Tangerine #FDB815
RGB
CMYK
RGB Variations
Color information
#FDB815 (or 0xFDB815) is known color: Dark Tangerine. HEX triplet: FD, B8 and 15. RGB value is (253,184,21). Sum of RGB (Red+Green+Blue) = 253+184+21=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB815 is #0247EA. Grayscale: #BABABA. Windows color (decimal): -149483 or 1423613. OLE color: 1423613.
HSL color Cylindrical-coordinate representation of color #FDB815: hue angle of 42.16º 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 #FDB815 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 21 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.01 |
| HSL | 42.16º | 0.98% | 0.54% | - |
| HSV(B) | 42.16º | 0.92% | 0.99% | - |
| XYZ | 57.78 | 55.22 | 8.32 | - |
| YUV | 186.05 | 34.86 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 21 | 0 | 0.27 | 0.92 | 0.01 | 42.16 | 0.98 | 0.54 |
| Hex | FD | B8 | 15 | 0 | 1B | 5C | 1 | 2A | 62 | 36 |
| Octal | 375 | 270 | 25 | 0 | 33 | 134 | 1 | 52 | 142 | 66 |
| Binary | 11111101 | 10111000 | 10101 | 0 | 11011 | 1011100 | 1 | 101010 | 1100010 | 110110 |
Color Harmonies of #FDB815
Complementary color
Monochromatic Colors of #FDB815
Black with #FDB815
Text Example
Text Example
White with #FDB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB815; }
p { color: rgb(253,184,21); }
H1.HeaderClassName
{
color: #FDB815;
}
.AnyTagClassName
{
color: #FDB815;
}
</style>
background-color css
<style>
a { background-color: #FDB815; }
a { background-color: rgb(253,184,21); }
div.DivClassName
{
background-color: #FDB815;
}
.BgClassName
{
background-color: #FDB815;
}
</style>
border-color css
<style>
span { border-color: #FDB815; }
span { border-color: rgb(253,184,21); }
td.TdClassName
{
border-color: #FDB815;
}
.TagClassName
{
border-color: #FDB815;
}
</style>