Shades of Atomic Tangerine #FF975A
Tints of Atomic Tangerine #FF975A
RGB
CMYK
RGB Variations
Color information
#FF975A (or 0xFF975A) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 5A. RGB value is (255,151,90). Sum of RGB (Red+Green+Blue) = 255+151+90=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF975A is #0068A5. Grayscale: #AFAFAF. Windows color (decimal): -26790 or 5937151. OLE color: 5937151.
HSL color Cylindrical-coordinate representation of color #FF975A: hue angle of 22.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF975A is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 90 | - |
| CMYK | 0 | 0.41 | 0.65 | 0 |
| HSL | 22.18º | 1% | 0.68% | - |
| HSV(B) | 22.18º | 0.65% | 1% | - |
| XYZ | 54.15 | 44.13 | 15.34 | - |
| YUV | 175.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 90 | 0 | 0.41 | 0.65 | 0 | 22.18 | 1 | 0.68 |
| Hex | FF | 97 | 5A | 0 | 29 | 41 | 0 | 16 | 64 | 44 |
| Octal | 377 | 227 | 132 | 0 | 51 | 101 | 0 | 26 | 144 | 104 |
| Binary | 11111111 | 10010111 | 1011010 | 0 | 101001 | 1000001 | 0 | 10110 | 1100100 | 1000100 |
Color Harmonies of #FF975A
Complementary color
Monochromatic Colors of #FF975A
Black with #FF975A
Text Example
Text Example
White with #FF975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF975A; }
p { color: rgb(255,151,90); }
H1.HeaderClassName
{
color: #FF975A;
}
.AnyTagClassName
{
color: #FF975A;
}
</style>
background-color css
<style>
a { background-color: #FF975A; }
a { background-color: rgb(255,151,90); }
div.DivClassName
{
background-color: #FF975A;
}
.BgClassName
{
background-color: #FF975A;
}
</style>
border-color css
<style>
span { border-color: #FF975A; }
span { border-color: rgb(255,151,90); }
td.TdClassName
{
border-color: #FF975A;
}
.TagClassName
{
border-color: #FF975A;
}
</style>