Shades of Atomic Tangerine #FD9C5E
Tints of Atomic Tangerine #FD9C5E
RGB
CMYK
RGB Variations
Color information
#FD9C5E (or 0xFD9C5E) is known color: Atomic Tangerine. HEX triplet: FD, 9C and 5E. RGB value is (253,156,94). Sum of RGB (Red+Green+Blue) = 253+156+94=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C5E is #0263A1. Grayscale: #B2B2B2. Windows color (decimal): -156578 or 6200573. OLE color: 6200573.
HSL color Cylindrical-coordinate representation of color #FD9C5E: hue angle of 23.4º 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 #FD9C5E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 156 | 94 | - |
CMYK | 0 | 0.38 | 0.63 | 0.01 |
HSL | 23.4º | 0.98% | 0.68% | - |
HSV(B) | 23.4º | 0.63% | 0.99% | - |
XYZ | 54.42 | 45.47 | 16.5 | - |
YUV | 177.94 | 80.64 | 181.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 156 | 94 | 0 | 0.38 | 0.63 | 0.01 | 23.4 | 0.98 | 0.68 |
Hex | FD | 9C | 5E | 0 | 26 | 3F | 1 | 17 | 62 | 44 |
Octal | 375 | 234 | 136 | 0 | 46 | 77 | 1 | 27 | 142 | 104 |
Binary | 11111101 | 10011100 | 1011110 | 0 | 100110 | 111111 | 1 | 10111 | 1100010 | 1000100 |
Color Harmonies of #FD9C5E
Complementary color
Monochromatic Colors of #FD9C5E
Black with #FD9C5E
Text Example
Text Example
White with #FD9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C5E; }
p { color: rgb(253,156,94); }
H1.HeaderClassName
{
color: #FD9C5E;
}
.AnyTagClassName
{
color: #FD9C5E;
}
</style>
background-color css
<style>
a { background-color: #FD9C5E; }
a { background-color: rgb(253,156,94); }
div.DivClassName
{
background-color: #FD9C5E;
}
.BgClassName
{
background-color: #FD9C5E;
}
</style>
border-color css
<style>
span { border-color: #FD9C5E; }
span { border-color: rgb(253,156,94); }
td.TdClassName
{
border-color: #FD9C5E;
}
.TagClassName
{
border-color: #FD9C5E;
}
</style>