Shades of Atomic Tangerine #FE906C
Tints of Atomic Tangerine #FE906C
RGB
CMYK
RGB Variations
Color information
#FE906C (or 0xFE906C) is known color: Atomic Tangerine. HEX triplet: FE, 90 and 6C. RGB value is (254,144,108). Sum of RGB (Red+Green+Blue) = 254+144+108=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE906C is #016F93. Grayscale: #ADADAD. Windows color (decimal): -94100 or 7115006. OLE color: 7115006.
HSL color Cylindrical-coordinate representation of color #FE906C: hue angle of 14.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE906C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 108 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.00 |
| HSL | 14.79º | 0.99% | 0.71% | - |
| HSV(B) | 14.79º | 0.57% | 1% | - |
| XYZ | 53.55 | 42.1 | 19.49 | - |
| YUV | 172.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 108 | 0 | 0.43 | 0.57 | 0.00 | 14.79 | 0.99 | 0.71 |
| Hex | FE | 90 | 6C | 0 | 2B | 39 | 0 | F | 63 | 47 |
| Octal | 376 | 220 | 154 | 0 | 53 | 71 | 0 | 17 | 143 | 107 |
| Binary | 11111110 | 10010000 | 1101100 | 0 | 101011 | 111001 | 0 | 1111 | 1100011 | 1000111 |
Color Harmonies of #FE906C
Complementary color
Monochromatic Colors of #FE906C
Black with #FE906C
Text Example
Text Example
White with #FE906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE906C; }
p { color: rgb(254,144,108); }
H1.HeaderClassName
{
color: #FE906C;
}
.AnyTagClassName
{
color: #FE906C;
}
</style>
background-color css
<style>
a { background-color: #FE906C; }
a { background-color: rgb(254,144,108); }
div.DivClassName
{
background-color: #FE906C;
}
.BgClassName
{
background-color: #FE906C;
}
</style>
border-color css
<style>
span { border-color: #FE906C; }
span { border-color: rgb(254,144,108); }
td.TdClassName
{
border-color: #FE906C;
}
.TagClassName
{
border-color: #FE906C;
}
</style>