Shades of Atomic Tangerine #FE956A
Tints of Atomic Tangerine #FE956A
RGB
CMYK
RGB Variations
Color information
#FE956A (or 0xFE956A) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 6A. RGB value is (254,149,106). Sum of RGB (Red+Green+Blue) = 254+149+106=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE956A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE956A is #016A95. Grayscale: #AFAFAF. Windows color (decimal): -92822 or 6985214. OLE color: 6985214.
HSL color Cylindrical-coordinate representation of color #FE956A: hue angle of 17.43º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE956A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 106 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.00 |
| HSL | 17.43º | 0.99% | 0.71% | - |
| HSV(B) | 17.43º | 0.58% | 1% | - |
| XYZ | 54.22 | 43.61 | 19.19 | - |
| YUV | 175.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 106 | 0 | 0.41 | 0.58 | 0.00 | 17.43 | 0.99 | 0.71 |
| Hex | FE | 95 | 6A | 0 | 29 | 3A | 0 | 11 | 63 | 47 |
| Octal | 376 | 225 | 152 | 0 | 51 | 72 | 0 | 21 | 143 | 107 |
| Binary | 11111110 | 10010101 | 1101010 | 0 | 101001 | 111010 | 0 | 10001 | 1100011 | 1000111 |
Color Harmonies of #FE956A
Complementary color
Monochromatic Colors of #FE956A
Black with #FE956A
Text Example
Text Example
White with #FE956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE956A; }
p { color: rgb(254,149,106); }
H1.HeaderClassName
{
color: #FE956A;
}
.AnyTagClassName
{
color: #FE956A;
}
</style>
background-color css
<style>
a { background-color: #FE956A; }
a { background-color: rgb(254,149,106); }
div.DivClassName
{
background-color: #FE956A;
}
.BgClassName
{
background-color: #FE956A;
}
</style>
border-color css
<style>
span { border-color: #FE956A; }
span { border-color: rgb(254,149,106); }
td.TdClassName
{
border-color: #FE956A;
}
.TagClassName
{
border-color: #FE956A;
}
</style>