Shades of Atomic Tangerine #FE905A
Tints of Atomic Tangerine #FE905A
RGB
CMYK
RGB Variations
Color information
#FE905A (or 0xFE905A) is known color: Atomic Tangerine. HEX triplet: FE, 90 and 5A. RGB value is (254,144,90). Sum of RGB (Red+Green+Blue) = 254+144+90=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE905A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE905A is #016FA5. Grayscale: #ABABAB. Windows color (decimal): -94118 or 5935358. OLE color: 5935358.
HSL color Cylindrical-coordinate representation of color #FE905A: hue angle of 19.76º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE905A is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 90 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.00 |
| HSL | 19.76º | 0.99% | 0.67% | - |
| HSV(B) | 19.76º | 0.65% | 1% | - |
| XYZ | 52.69 | 41.76 | 14.96 | - |
| YUV | 170.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 90 | 0 | 0.43 | 0.65 | 0.00 | 19.76 | 0.99 | 0.67 |
| Hex | FE | 90 | 5A | 0 | 2B | 41 | 0 | 14 | 63 | 43 |
| Octal | 376 | 220 | 132 | 0 | 53 | 101 | 0 | 24 | 143 | 103 |
| Binary | 11111110 | 10010000 | 1011010 | 0 | 101011 | 1000001 | 0 | 10100 | 1100011 | 1000011 |
Color Harmonies of #FE905A
Complementary color
Monochromatic Colors of #FE905A
Black with #FE905A
Text Example
Text Example
White with #FE905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE905A; }
p { color: rgb(254,144,90); }
H1.HeaderClassName
{
color: #FE905A;
}
.AnyTagClassName
{
color: #FE905A;
}
</style>
background-color css
<style>
a { background-color: #FE905A; }
a { background-color: rgb(254,144,90); }
div.DivClassName
{
background-color: #FE905A;
}
.BgClassName
{
background-color: #FE905A;
}
</style>
border-color css
<style>
span { border-color: #FE905A; }
span { border-color: rgb(254,144,90); }
td.TdClassName
{
border-color: #FE905A;
}
.TagClassName
{
border-color: #FE905A;
}
</style>