Shades of Dark Tangerine #FDAD0A
Tints of Dark Tangerine #FDAD0A
RGB
CMYK
RGB Variations
Color information
#FDAD0A (or 0xFDAD0A) is known color: Dark Tangerine. HEX triplet: FD, AD and 0A. RGB value is (253,173,10). Sum of RGB (Red+Green+Blue) = 253+173+10=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD0A is #0252F5. Grayscale: #B3B3B3. Windows color (decimal): -152310 or 699901. OLE color: 699901.
HSL color Cylindrical-coordinate representation of color #FDAD0A: hue angle of 40.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDAD0A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.01 |
| HSL | 40.25º | 0.98% | 0.52% | - |
| HSV(B) | 40.25º | 0.96% | 0.99% | - |
| XYZ | 55.51 | 50.79 | 7.17 | - |
| YUV | 178.34 | 33 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 10 | 0 | 0.32 | 0.96 | 0.01 | 40.25 | 0.98 | 0.52 |
| Hex | FD | AD | A | 0 | 20 | 60 | 1 | 28 | 62 | 34 |
| Octal | 375 | 255 | 12 | 0 | 40 | 140 | 1 | 50 | 142 | 64 |
| Binary | 11111101 | 10101101 | 1010 | 0 | 100000 | 1100000 | 1 | 101000 | 1100010 | 110100 |
Color Harmonies of #FDAD0A
Complementary color
Monochromatic Colors of #FDAD0A
Black with #FDAD0A
Text Example
Text Example
White with #FDAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAD0A; }
p { color: rgb(253,173,10); }
H1.HeaderClassName
{
color: #FDAD0A;
}
.AnyTagClassName
{
color: #FDAD0A;
}
</style>
background-color css
<style>
a { background-color: #FDAD0A; }
a { background-color: rgb(253,173,10); }
div.DivClassName
{
background-color: #FDAD0A;
}
.BgClassName
{
background-color: #FDAD0A;
}
</style>
border-color css
<style>
span { border-color: #FDAD0A; }
span { border-color: rgb(253,173,10); }
td.TdClassName
{
border-color: #FDAD0A;
}
.TagClassName
{
border-color: #FDAD0A;
}
</style>