Shades of Atomic Tangerine #FF925D
Tints of Atomic Tangerine #FF925D
RGB
CMYK
RGB Variations
Color information
#FF925D (or 0xFF925D) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 5D. RGB value is (255,146,93). Sum of RGB (Red+Green+Blue) = 255+146+93=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF925D is #006DA2. Grayscale: #ACACAC. Windows color (decimal): -28067 or 6132479. OLE color: 6132479.
HSL color Cylindrical-coordinate representation of color #FF925D: hue angle of 19.63º 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 #FF925D is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 93 | - |
| CMYK | 0 | 0.43 | 0.64 | 0 |
| HSL | 19.63º | 1% | 0.68% | - |
| HSV(B) | 19.63º | 0.64% | 1% | - |
| XYZ | 53.49 | 42.61 | 15.76 | - |
| YUV | 172.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 93 | 0 | 0.43 | 0.64 | 0 | 19.63 | 1 | 0.68 |
| Hex | FF | 92 | 5D | 0 | 2B | 40 | 0 | 14 | 64 | 44 |
| Octal | 377 | 222 | 135 | 0 | 53 | 100 | 0 | 24 | 144 | 104 |
| Binary | 11111111 | 10010010 | 1011101 | 0 | 101011 | 1000000 | 0 | 10100 | 1100100 | 1000100 |
Color Harmonies of #FF925D
Complementary color
Monochromatic Colors of #FF925D
Black with #FF925D
Text Example
Text Example
White with #FF925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF925D; }
p { color: rgb(255,146,93); }
H1.HeaderClassName
{
color: #FF925D;
}
.AnyTagClassName
{
color: #FF925D;
}
</style>
background-color css
<style>
a { background-color: #FF925D; }
a { background-color: rgb(255,146,93); }
div.DivClassName
{
background-color: #FF925D;
}
.BgClassName
{
background-color: #FF925D;
}
</style>
border-color css
<style>
span { border-color: #FF925D; }
span { border-color: rgb(255,146,93); }
td.TdClassName
{
border-color: #FF925D;
}
.TagClassName
{
border-color: #FF925D;
}
</style>