Shades of Atomic Tangerine #FF925F
Tints of Atomic Tangerine #FF925F
RGB
CMYK
RGB Variations
Color information
#FF925F (or 0xFF925F) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 5F. RGB value is (255,146,95). Sum of RGB (Red+Green+Blue) = 255+146+95=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF925F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF925F is #006DA0. Grayscale: #ADADAD. Windows color (decimal): -28065 or 6263551. OLE color: 6263551.
HSL color Cylindrical-coordinate representation of color #FF925F: hue angle of 19.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF925F is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 95 | - |
| CMYK | 0 | 0.43 | 0.63 | 0 |
| HSL | 19.13º | 1% | 0.69% | - |
| HSV(B) | 19.13º | 0.63% | 1% | - |
| XYZ | 53.58 | 42.64 | 16.23 | - |
| YUV | 172.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 95 | 0 | 0.43 | 0.63 | 0 | 19.13 | 1 | 0.69 |
| Hex | FF | 92 | 5F | 0 | 2B | 3F | 0 | 13 | 64 | 45 |
| Octal | 377 | 222 | 137 | 0 | 53 | 77 | 0 | 23 | 144 | 105 |
| Binary | 11111111 | 10010010 | 1011111 | 0 | 101011 | 111111 | 0 | 10011 | 1100100 | 1000101 |
Color Harmonies of #FF925F
Complementary color
Monochromatic Colors of #FF925F
Black with #FF925F
Text Example
Text Example
White with #FF925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF925F; }
p { color: rgb(255,146,95); }
H1.HeaderClassName
{
color: #FF925F;
}
.AnyTagClassName
{
color: #FF925F;
}
</style>
background-color css
<style>
a { background-color: #FF925F; }
a { background-color: rgb(255,146,95); }
div.DivClassName
{
background-color: #FF925F;
}
.BgClassName
{
background-color: #FF925F;
}
</style>
border-color css
<style>
span { border-color: #FF925F; }
span { border-color: rgb(255,146,95); }
td.TdClassName
{
border-color: #FF925F;
}
.TagClassName
{
border-color: #FF925F;
}
</style>