Shades of Atomic Tangerine #FE9068
Tints of Atomic Tangerine #FE9068
RGB
CMYK
RGB Variations
Color information
#FE9068 (or 0xFE9068) is known color: Atomic Tangerine. HEX triplet: FE, 90 and 68. RGB value is (254,144,104). Sum of RGB (Red+Green+Blue) = 254+144+104=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9068 is #016F97. Grayscale: #ACACAC. Windows color (decimal): -94104 or 6852862. OLE color: 6852862.
HSL color Cylindrical-coordinate representation of color #FE9068: hue angle of 16º 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 #FE9068 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 104 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.00 |
| HSL | 16º | 0.99% | 0.7% | - |
| HSV(B) | 16º | 0.59% | 1% | - |
| XYZ | 53.35 | 42.02 | 18.4 | - |
| YUV | 172.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 104 | 0 | 0.43 | 0.59 | 0.00 | 16 | 0.99 | 0.7 |
| Hex | FE | 90 | 68 | 0 | 2B | 3B | 0 | 10 | 63 | 46 |
| Octal | 376 | 220 | 150 | 0 | 53 | 73 | 0 | 20 | 143 | 106 |
| Binary | 11111110 | 10010000 | 1101000 | 0 | 101011 | 111011 | 0 | 10000 | 1100011 | 1000110 |
Color Harmonies of #FE9068
Complementary color
Monochromatic Colors of #FE9068
Black with #FE9068
Text Example
Text Example
White with #FE9068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9068; }
p { color: rgb(254,144,104); }
H1.HeaderClassName
{
color: #FE9068;
}
.AnyTagClassName
{
color: #FE9068;
}
</style>
background-color css
<style>
a { background-color: #FE9068; }
a { background-color: rgb(254,144,104); }
div.DivClassName
{
background-color: #FE9068;
}
.BgClassName
{
background-color: #FE9068;
}
</style>
border-color css
<style>
span { border-color: #FE9068; }
span { border-color: rgb(254,144,104); }
td.TdClassName
{
border-color: #FE9068;
}
.TagClassName
{
border-color: #FE9068;
}
</style>