Shades of Atomic Tangerine #FDA067
Tints of Atomic Tangerine #FDA067
RGB
CMYK
RGB Variations
Color information
#FDA067 (or 0xFDA067) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 67. RGB value is (253,160,103). Sum of RGB (Red+Green+Blue) = 253+160+103=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA067 is #025F98. Grayscale: #B5B5B5. Windows color (decimal): -155545 or 6791421. OLE color: 6791421.
HSL color Cylindrical-coordinate representation of color #FDA067: hue angle of 22.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDA067 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 103 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.01 |
| HSL | 22.8º | 0.97% | 0.7% | - |
| HSV(B) | 22.8º | 0.59% | 0.99% | - |
| XYZ | 55.53 | 47 | 18.98 | - |
| YUV | 181.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 103 | 0 | 0.37 | 0.59 | 0.01 | 22.8 | 0.97 | 0.7 |
| Hex | FD | A0 | 67 | 0 | 25 | 3B | 1 | 17 | 61 | 46 |
| Octal | 375 | 240 | 147 | 0 | 45 | 73 | 1 | 27 | 141 | 106 |
| Binary | 11111101 | 10100000 | 1100111 | 0 | 100101 | 111011 | 1 | 10111 | 1100001 | 1000110 |
Color Harmonies of #FDA067
Complementary color
Monochromatic Colors of #FDA067
Black with #FDA067
Text Example
Text Example
White with #FDA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA067; }
p { color: rgb(253,160,103); }
H1.HeaderClassName
{
color: #FDA067;
}
.AnyTagClassName
{
color: #FDA067;
}
</style>
background-color css
<style>
a { background-color: #FDA067; }
a { background-color: rgb(253,160,103); }
div.DivClassName
{
background-color: #FDA067;
}
.BgClassName
{
background-color: #FDA067;
}
</style>
border-color css
<style>
span { border-color: #FDA067; }
span { border-color: rgb(253,160,103); }
td.TdClassName
{
border-color: #FDA067;
}
.TagClassName
{
border-color: #FDA067;
}
</style>