Shades of Atomic Tangerine #FE9461
Tints of Atomic Tangerine #FE9461
RGB
CMYK
RGB Variations
Color information
#FE9461 (or 0xFE9461) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 61. RGB value is (254,148,97). Sum of RGB (Red+Green+Blue) = 254+148+97=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9461 is #016B9E. Grayscale: #AEAEAE. Windows color (decimal): -93087 or 6395134. OLE color: 6395134.
HSL color Cylindrical-coordinate representation of color #FE9461: hue angle of 19.49º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE9461 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 97 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.00 |
| HSL | 19.49º | 0.99% | 0.69% | - |
| HSV(B) | 19.49º | 0.62% | 1% | - |
| XYZ | 53.62 | 43.11 | 16.8 | - |
| YUV | 173.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 97 | 0 | 0.42 | 0.62 | 0.00 | 19.49 | 0.99 | 0.69 |
| Hex | FE | 94 | 61 | 0 | 2A | 3E | 0 | 13 | 63 | 45 |
| Octal | 376 | 224 | 141 | 0 | 52 | 76 | 0 | 23 | 143 | 105 |
| Binary | 11111110 | 10010100 | 1100001 | 0 | 101010 | 111110 | 0 | 10011 | 1100011 | 1000101 |
Color Harmonies of #FE9461
Complementary color
Monochromatic Colors of #FE9461
Black with #FE9461
Text Example
Text Example
White with #FE9461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9461; }
p { color: rgb(254,148,97); }
H1.HeaderClassName
{
color: #FE9461;
}
.AnyTagClassName
{
color: #FE9461;
}
</style>
background-color css
<style>
a { background-color: #FE9461; }
a { background-color: rgb(254,148,97); }
div.DivClassName
{
background-color: #FE9461;
}
.BgClassName
{
background-color: #FE9461;
}
</style>
border-color css
<style>
span { border-color: #FE9461; }
span { border-color: rgb(254,148,97); }
td.TdClassName
{
border-color: #FE9461;
}
.TagClassName
{
border-color: #FE9461;
}
</style>