Shades of Dark Tangerine #FDA50D
Tints of Dark Tangerine #FDA50D
RGB
CMYK
RGB Variations
Color information
#FDA50D (or 0xFDA50D) is known color: Dark Tangerine. HEX triplet: FD, A5 and 0D. RGB value is (253,165,13). Sum of RGB (Red+Green+Blue) = 253+165+13=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA50D is #025AF2. Grayscale: #AEAEAE. Windows color (decimal): -154355 or 894461. OLE color: 894461.
HSL color Cylindrical-coordinate representation of color #FDA50D: hue angle of 38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDA50D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.01 |
| HSL | 38º | 0.98% | 0.52% | - |
| HSV(B) | 38º | 0.95% | 0.99% | - |
| XYZ | 54.04 | 47.82 | 6.76 | - |
| YUV | 173.98 | 37.15 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 13 | 0 | 0.35 | 0.95 | 0.01 | 38 | 0.98 | 0.52 |
| Hex | FD | A5 | D | 0 | 23 | 5F | 1 | 26 | 62 | 34 |
| Octal | 375 | 245 | 15 | 0 | 43 | 137 | 1 | 46 | 142 | 64 |
| Binary | 11111101 | 10100101 | 1101 | 0 | 100011 | 1011111 | 1 | 100110 | 1100010 | 110100 |
Color Harmonies of #FDA50D
Complementary color
Monochromatic Colors of #FDA50D
Black with #FDA50D
Text Example
Text Example
White with #FDA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA50D; }
p { color: rgb(253,165,13); }
H1.HeaderClassName
{
color: #FDA50D;
}
.AnyTagClassName
{
color: #FDA50D;
}
</style>
background-color css
<style>
a { background-color: #FDA50D; }
a { background-color: rgb(253,165,13); }
div.DivClassName
{
background-color: #FDA50D;
}
.BgClassName
{
background-color: #FDA50D;
}
</style>
border-color css
<style>
span { border-color: #FDA50D; }
span { border-color: rgb(253,165,13); }
td.TdClassName
{
border-color: #FDA50D;
}
.TagClassName
{
border-color: #FDA50D;
}
</style>