Shades of Atomic Tangerine #FF945F
Tints of Atomic Tangerine #FF945F
RGB
CMYK
RGB Variations
Color information
#FF945F (or 0xFF945F) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 5F. RGB value is (255,148,95). Sum of RGB (Red+Green+Blue) = 255+148+95=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF945F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF945F is #006BA0. Grayscale: #AEAEAE. Windows color (decimal): -27553 or 6264063. OLE color: 6264063.
HSL color Cylindrical-coordinate representation of color #FF945F: hue angle of 19.88º 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 #FF945F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 95 | - |
| CMYK | 0 | 0.42 | 0.63 | 0 |
| HSL | 19.88º | 1% | 0.69% | - |
| HSV(B) | 19.88º | 0.63% | 1% | - |
| XYZ | 53.9 | 43.27 | 16.34 | - |
| YUV | 173.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 95 | 0 | 0.42 | 0.63 | 0 | 19.88 | 1 | 0.69 |
| Hex | FF | 94 | 5F | 0 | 2A | 3F | 0 | 14 | 64 | 45 |
| Octal | 377 | 224 | 137 | 0 | 52 | 77 | 0 | 24 | 144 | 105 |
| Binary | 11111111 | 10010100 | 1011111 | 0 | 101010 | 111111 | 0 | 10100 | 1100100 | 1000101 |
Color Harmonies of #FF945F
Complementary color
Monochromatic Colors of #FF945F
Black with #FF945F
Text Example
Text Example
White with #FF945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF945F; }
p { color: rgb(255,148,95); }
H1.HeaderClassName
{
color: #FF945F;
}
.AnyTagClassName
{
color: #FF945F;
}
</style>
background-color css
<style>
a { background-color: #FF945F; }
a { background-color: rgb(255,148,95); }
div.DivClassName
{
background-color: #FF945F;
}
.BgClassName
{
background-color: #FF945F;
}
</style>
border-color css
<style>
span { border-color: #FF945F; }
span { border-color: rgb(255,148,95); }
td.TdClassName
{
border-color: #FF945F;
}
.TagClassName
{
border-color: #FF945F;
}
</style>