Shades of Atomic Tangerine #FDA064
Tints of Atomic Tangerine #FDA064
RGB
CMYK
RGB Variations
Color information
#FDA064 (or 0xFDA064) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 64. RGB value is (253,160,100). Sum of RGB (Red+Green+Blue) = 253+160+100=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA064 is #025F9B. Grayscale: #B5B5B5. Windows color (decimal): -155548 or 6594813. OLE color: 6594813.
HSL color Cylindrical-coordinate representation of color #FDA064: hue angle of 23.53º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA064 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 100 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.01 |
| HSL | 23.53º | 0.97% | 0.69% | - |
| HSV(B) | 23.53º | 0.6% | 0.99% | - |
| XYZ | 55.38 | 46.94 | 18.2 | - |
| YUV | 180.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 100 | 0 | 0.37 | 0.60 | 0.01 | 23.53 | 0.97 | 0.69 |
| Hex | FD | A0 | 64 | 0 | 25 | 3C | 1 | 18 | 61 | 45 |
| Octal | 375 | 240 | 144 | 0 | 45 | 74 | 1 | 30 | 141 | 105 |
| Binary | 11111101 | 10100000 | 1100100 | 0 | 100101 | 111100 | 1 | 11000 | 1100001 | 1000101 |
Color Harmonies of #FDA064
Complementary color
Monochromatic Colors of #FDA064
Black with #FDA064
Text Example
Text Example
White with #FDA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA064; }
p { color: rgb(253,160,100); }
H1.HeaderClassName
{
color: #FDA064;
}
.AnyTagClassName
{
color: #FDA064;
}
</style>
background-color css
<style>
a { background-color: #FDA064; }
a { background-color: rgb(253,160,100); }
div.DivClassName
{
background-color: #FDA064;
}
.BgClassName
{
background-color: #FDA064;
}
</style>
border-color css
<style>
span { border-color: #FDA064; }
span { border-color: rgb(253,160,100); }
td.TdClassName
{
border-color: #FDA064;
}
.TagClassName
{
border-color: #FDA064;
}
</style>