Shades of Atomic Tangerine #FE9362
Tints of Atomic Tangerine #FE9362
RGB
CMYK
RGB Variations
Color information
#FE9362 (or 0xFE9362) is known color: Atomic Tangerine. HEX triplet: FE, 93 and 62. RGB value is (254,147,98). Sum of RGB (Red+Green+Blue) = 254+147+98=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9362 is #016C9D. Grayscale: #ADADAD. Windows color (decimal): -93342 or 6460414. OLE color: 6460414.
HSL color Cylindrical-coordinate representation of color #FE9362: hue angle of 18.85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE9362 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 98 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.00 |
| HSL | 18.85º | 0.99% | 0.69% | - |
| HSV(B) | 18.85º | 0.61% | 1% | - |
| XYZ | 53.51 | 42.82 | 17 | - |
| YUV | 173.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 98 | 0 | 0.42 | 0.61 | 0.00 | 18.85 | 0.99 | 0.69 |
| Hex | FE | 93 | 62 | 0 | 2A | 3D | 0 | 13 | 63 | 45 |
| Octal | 376 | 223 | 142 | 0 | 52 | 75 | 0 | 23 | 143 | 105 |
| Binary | 11111110 | 10010011 | 1100010 | 0 | 101010 | 111101 | 0 | 10011 | 1100011 | 1000101 |
Color Harmonies of #FE9362
Complementary color
Monochromatic Colors of #FE9362
Black with #FE9362
Text Example
Text Example
White with #FE9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9362; }
p { color: rgb(254,147,98); }
H1.HeaderClassName
{
color: #FE9362;
}
.AnyTagClassName
{
color: #FE9362;
}
</style>
background-color css
<style>
a { background-color: #FE9362; }
a { background-color: rgb(254,147,98); }
div.DivClassName
{
background-color: #FE9362;
}
.BgClassName
{
background-color: #FE9362;
}
</style>
border-color css
<style>
span { border-color: #FE9362; }
span { border-color: rgb(254,147,98); }
td.TdClassName
{
border-color: #FE9362;
}
.TagClassName
{
border-color: #FE9362;
}
</style>