Shades of Atomic Tangerine #FD955C
Tints of Atomic Tangerine #FD955C
RGB
CMYK
RGB Variations
Color information
#FD955C (or 0xFD955C) is known color: Atomic Tangerine. HEX triplet: FD, 95 and 5C. RGB value is (253,149,92). Sum of RGB (Red+Green+Blue) = 253+149+92=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD955C is #026AA3. Grayscale: #ADADAD. Windows color (decimal): -158372 or 6067709. OLE color: 6067709.
HSL color Cylindrical-coordinate representation of color #FD955C: hue angle of 21.24º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD955C is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 149 | 92 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.01 |
| HSL | 21.24º | 0.98% | 0.68% | - |
| HSV(B) | 21.24º | 0.64% | 0.99% | - |
| XYZ | 53.19 | 43.15 | 15.65 | - |
| YUV | 173.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 149 | 92 | 0 | 0.41 | 0.64 | 0.01 | 21.24 | 0.98 | 0.68 |
| Hex | FD | 95 | 5C | 0 | 29 | 40 | 1 | 15 | 62 | 44 |
| Octal | 375 | 225 | 134 | 0 | 51 | 100 | 1 | 25 | 142 | 104 |
| Binary | 11111101 | 10010101 | 1011100 | 0 | 101001 | 1000000 | 1 | 10101 | 1100010 | 1000100 |
Color Harmonies of #FD955C
Complementary color
Monochromatic Colors of #FD955C
Black with #FD955C
Text Example
Text Example
White with #FD955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD955C; }
p { color: rgb(253,149,92); }
H1.HeaderClassName
{
color: #FD955C;
}
.AnyTagClassName
{
color: #FD955C;
}
</style>
background-color css
<style>
a { background-color: #FD955C; }
a { background-color: rgb(253,149,92); }
div.DivClassName
{
background-color: #FD955C;
}
.BgClassName
{
background-color: #FD955C;
}
</style>
border-color css
<style>
span { border-color: #FD955C; }
span { border-color: rgb(253,149,92); }
td.TdClassName
{
border-color: #FD955C;
}
.TagClassName
{
border-color: #FD955C;
}
</style>