Shades of Atomic Tangerine #FD955D
Tints of Atomic Tangerine #FD955D
RGB
CMYK
RGB Variations
Color information
#FD955D (or 0xFD955D) is known color: Atomic Tangerine. HEX triplet: FD, 95 and 5D. RGB value is (253,149,93). Sum of RGB (Red+Green+Blue) = 253+149+93=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD955D is #026AA2. Grayscale: #AEAEAE. Windows color (decimal): -158371 or 6133245. OLE color: 6133245.
HSL color Cylindrical-coordinate representation of color #FD955D: hue angle of 21º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD955D is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 149 | 93 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.01 |
| HSL | 21º | 0.98% | 0.68% | - |
| HSV(B) | 21º | 0.63% | 0.99% | - |
| XYZ | 53.23 | 43.17 | 15.88 | - |
| YUV | 173.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 149 | 93 | 0 | 0.41 | 0.63 | 0.01 | 21 | 0.98 | 0.68 |
| Hex | FD | 95 | 5D | 0 | 29 | 3F | 1 | 15 | 62 | 44 |
| Octal | 375 | 225 | 135 | 0 | 51 | 77 | 1 | 25 | 142 | 104 |
| Binary | 11111101 | 10010101 | 1011101 | 0 | 101001 | 111111 | 1 | 10101 | 1100010 | 1000100 |
Color Harmonies of #FD955D
Complementary color
Monochromatic Colors of #FD955D
Black with #FD955D
Text Example
Text Example
White with #FD955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD955D; }
p { color: rgb(253,149,93); }
H1.HeaderClassName
{
color: #FD955D;
}
.AnyTagClassName
{
color: #FD955D;
}
</style>
background-color css
<style>
a { background-color: #FD955D; }
a { background-color: rgb(253,149,93); }
div.DivClassName
{
background-color: #FD955D;
}
.BgClassName
{
background-color: #FD955D;
}
</style>
border-color css
<style>
span { border-color: #FD955D; }
span { border-color: rgb(253,149,93); }
td.TdClassName
{
border-color: #FD955D;
}
.TagClassName
{
border-color: #FD955D;
}
</style>