Shades of Dark Tangerine #FDA40D
Tints of Dark Tangerine #FDA40D
RGB
CMYK
RGB Variations
Color information
#FDA40D (or 0xFDA40D) is known color: Dark Tangerine. HEX triplet: FD, A4 and 0D. RGB value is (253,164,13). Sum of RGB (Red+Green+Blue) = 253+164+13=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA40D is #025BF2. Grayscale: #AEAEAE. Windows color (decimal): -154611 or 894205. OLE color: 894205.
HSL color Cylindrical-coordinate representation of color #FDA40D: hue angle of 37.75º 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 #FDA40D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.01 |
| HSL | 37.75º | 0.98% | 0.52% | - |
| HSV(B) | 37.75º | 0.95% | 0.99% | - |
| XYZ | 53.86 | 47.46 | 6.7 | - |
| YUV | 173.4 | 37.49 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 13 | 0 | 0.35 | 0.95 | 0.01 | 37.75 | 0.98 | 0.52 |
| Hex | FD | A4 | D | 0 | 23 | 5F | 1 | 26 | 62 | 34 |
| Octal | 375 | 244 | 15 | 0 | 43 | 137 | 1 | 46 | 142 | 64 |
| Binary | 11111101 | 10100100 | 1101 | 0 | 100011 | 1011111 | 1 | 100110 | 1100010 | 110100 |
Color Harmonies of #FDA40D
Complementary color
Monochromatic Colors of #FDA40D
Black with #FDA40D
Text Example
Text Example
White with #FDA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA40D; }
p { color: rgb(253,164,13); }
H1.HeaderClassName
{
color: #FDA40D;
}
.AnyTagClassName
{
color: #FDA40D;
}
</style>
background-color css
<style>
a { background-color: #FDA40D; }
a { background-color: rgb(253,164,13); }
div.DivClassName
{
background-color: #FDA40D;
}
.BgClassName
{
background-color: #FDA40D;
}
</style>
border-color css
<style>
span { border-color: #FDA40D; }
span { border-color: rgb(253,164,13); }
td.TdClassName
{
border-color: #FDA40D;
}
.TagClassName
{
border-color: #FDA40D;
}
</style>