Shades of Dark Tangerine #FDAC19
Tints of Dark Tangerine #FDAC19
RGB
CMYK
RGB Variations
Color information
#FDAC19 (or 0xFDAC19) is known color: Dark Tangerine. HEX triplet: FD, AC and 19. RGB value is (253,172,25). Sum of RGB (Red+Green+Blue) = 253+172+25=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAC19 is #0253E6. Grayscale: #B4B4B4. Windows color (decimal): -152551 or 1682685. OLE color: 1682685.
HSL color Cylindrical-coordinate representation of color #FDAC19: hue angle of 38.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDAC19 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.01 |
| HSL | 38.68º | 0.98% | 0.55% | - |
| HSV(B) | 38.68º | 0.9% | 0.99% | - |
| XYZ | 55.44 | 50.46 | 7.74 | - |
| YUV | 179.46 | 40.84 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 25 | 0 | 0.32 | 0.90 | 0.01 | 38.68 | 0.98 | 0.55 |
| Hex | FD | AC | 19 | 0 | 20 | 5A | 1 | 27 | 62 | 37 |
| Octal | 375 | 254 | 31 | 0 | 40 | 132 | 1 | 47 | 142 | 67 |
| Binary | 11111101 | 10101100 | 11001 | 0 | 100000 | 1011010 | 1 | 100111 | 1100010 | 110111 |
Color Harmonies of #FDAC19
Complementary color
Monochromatic Colors of #FDAC19
Black with #FDAC19
Text Example
Text Example
White with #FDAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC19; }
p { color: rgb(253,172,25); }
H1.HeaderClassName
{
color: #FDAC19;
}
.AnyTagClassName
{
color: #FDAC19;
}
</style>
background-color css
<style>
a { background-color: #FDAC19; }
a { background-color: rgb(253,172,25); }
div.DivClassName
{
background-color: #FDAC19;
}
.BgClassName
{
background-color: #FDAC19;
}
</style>
border-color css
<style>
span { border-color: #FDAC19; }
span { border-color: rgb(253,172,25); }
td.TdClassName
{
border-color: #FDAC19;
}
.TagClassName
{
border-color: #FDAC19;
}
</style>