Shades of Atomic Tangerine #FF935D
Tints of Atomic Tangerine #FF935D
RGB
CMYK
RGB Variations
Color information
#FF935D (or 0xFF935D) is known color: Atomic Tangerine. HEX triplet: FF, 93 and 5D. RGB value is (255,147,93). Sum of RGB (Red+Green+Blue) = 255+147+93=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF935D is #006CA2. Grayscale: #ADADAD. Windows color (decimal): -27811 or 6132735. OLE color: 6132735.
HSL color Cylindrical-coordinate representation of color #FF935D: hue angle of 20º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF935D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 93 | - |
| CMYK | 0 | 0.42 | 0.64 | 0 |
| HSL | 20º | 1% | 0.68% | - |
| HSV(B) | 20º | 0.64% | 1% | - |
| XYZ | 53.65 | 42.92 | 15.81 | - |
| YUV | 173.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 93 | 0 | 0.42 | 0.64 | 0 | 20 | 1 | 0.68 |
| Hex | FF | 93 | 5D | 0 | 2A | 40 | 0 | 14 | 64 | 44 |
| Octal | 377 | 223 | 135 | 0 | 52 | 100 | 0 | 24 | 144 | 104 |
| Binary | 11111111 | 10010011 | 1011101 | 0 | 101010 | 1000000 | 0 | 10100 | 1100100 | 1000100 |
Color Harmonies of #FF935D
Complementary color
Monochromatic Colors of #FF935D
Black with #FF935D
Text Example
Text Example
White with #FF935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF935D; }
p { color: rgb(255,147,93); }
H1.HeaderClassName
{
color: #FF935D;
}
.AnyTagClassName
{
color: #FF935D;
}
</style>
background-color css
<style>
a { background-color: #FF935D; }
a { background-color: rgb(255,147,93); }
div.DivClassName
{
background-color: #FF935D;
}
.BgClassName
{
background-color: #FF935D;
}
</style>
border-color css
<style>
span { border-color: #FF935D; }
span { border-color: rgb(255,147,93); }
td.TdClassName
{
border-color: #FF935D;
}
.TagClassName
{
border-color: #FF935D;
}
</style>