Shades of Atomic Tangerine #FE9467
Tints of Atomic Tangerine #FE9467
RGB
CMYK
RGB Variations
Color information
#FE9467 (or 0xFE9467) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 67. RGB value is (254,148,103). Sum of RGB (Red+Green+Blue) = 254+148+103=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9467 is #016B98. Grayscale: #AEAEAE. Windows color (decimal): -93081 or 6788350. OLE color: 6788350.
HSL color Cylindrical-coordinate representation of color #FE9467: hue angle of 17.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE9467 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 103 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.00 |
| HSL | 17.88º | 0.99% | 0.7% | - |
| HSV(B) | 17.88º | 0.59% | 1% | - |
| XYZ | 53.91 | 43.23 | 18.33 | - |
| YUV | 174.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 103 | 0 | 0.42 | 0.59 | 0.00 | 17.88 | 0.99 | 0.7 |
| Hex | FE | 94 | 67 | 0 | 2A | 3B | 0 | 12 | 63 | 46 |
| Octal | 376 | 224 | 147 | 0 | 52 | 73 | 0 | 22 | 143 | 106 |
| Binary | 11111110 | 10010100 | 1100111 | 0 | 101010 | 111011 | 0 | 10010 | 1100011 | 1000110 |
Color Harmonies of #FE9467
Complementary color
Monochromatic Colors of #FE9467
Black with #FE9467
Text Example
Text Example
White with #FE9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9467; }
p { color: rgb(254,148,103); }
H1.HeaderClassName
{
color: #FE9467;
}
.AnyTagClassName
{
color: #FE9467;
}
</style>
background-color css
<style>
a { background-color: #FE9467; }
a { background-color: rgb(254,148,103); }
div.DivClassName
{
background-color: #FE9467;
}
.BgClassName
{
background-color: #FE9467;
}
</style>
border-color css
<style>
span { border-color: #FE9467; }
span { border-color: rgb(254,148,103); }
td.TdClassName
{
border-color: #FE9467;
}
.TagClassName
{
border-color: #FE9467;
}
</style>