Shades of Atomic Tangerine #FD965A
Tints of Atomic Tangerine #FD965A
RGB
CMYK
RGB Variations
Color information
#FD965A (or 0xFD965A) is known color: Atomic Tangerine. HEX triplet: FD, 96 and 5A. RGB value is (253,150,90). Sum of RGB (Red+Green+Blue) = 253+150+90=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD965A is #0269A5. Grayscale: #AEAEAE. Windows color (decimal): -158118 or 5936893. OLE color: 5936893.
HSL color Cylindrical-coordinate representation of color #FD965A: hue angle of 22.09º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD965A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 90 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.01 |
| HSL | 22.09º | 0.98% | 0.67% | - |
| HSV(B) | 22.09º | 0.64% | 0.99% | - |
| XYZ | 53.26 | 43.43 | 15.25 | - |
| YUV | 173.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 90 | 0 | 0.41 | 0.64 | 0.01 | 22.09 | 0.98 | 0.67 |
| Hex | FD | 96 | 5A | 0 | 29 | 40 | 1 | 16 | 62 | 43 |
| Octal | 375 | 226 | 132 | 0 | 51 | 100 | 1 | 26 | 142 | 103 |
| Binary | 11111101 | 10010110 | 1011010 | 0 | 101001 | 1000000 | 1 | 10110 | 1100010 | 1000011 |
Color Harmonies of #FD965A
Complementary color
Monochromatic Colors of #FD965A
Black with #FD965A
Text Example
Text Example
White with #FD965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD965A; }
p { color: rgb(253,150,90); }
H1.HeaderClassName
{
color: #FD965A;
}
.AnyTagClassName
{
color: #FD965A;
}
</style>
background-color css
<style>
a { background-color: #FD965A; }
a { background-color: rgb(253,150,90); }
div.DivClassName
{
background-color: #FD965A;
}
.BgClassName
{
background-color: #FD965A;
}
</style>
border-color css
<style>
span { border-color: #FD965A; }
span { border-color: rgb(253,150,90); }
td.TdClassName
{
border-color: #FD965A;
}
.TagClassName
{
border-color: #FD965A;
}
</style>