Shades of Atomic Tangerine #FE9D6B
Tints of Atomic Tangerine #FE9D6B
RGB
CMYK
RGB Variations
Color information
#FE9D6B (or 0xFE9D6B) is known color: Atomic Tangerine. HEX triplet: FE, 9D and 6B. RGB value is (254,157,107). Sum of RGB (Red+Green+Blue) = 254+157+107=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D6B is #016294. Grayscale: #B4B4B4. Windows color (decimal): -90773 or 7052798. OLE color: 7052798.
HSL color Cylindrical-coordinate representation of color #FE9D6B: hue angle of 20.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE9D6B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 107 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.00 |
| HSL | 20.41º | 0.99% | 0.71% | - |
| HSV(B) | 20.41º | 0.58% | 1% | - |
| XYZ | 55.58 | 46.25 | 19.91 | - |
| YUV | 180.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 107 | 0 | 0.38 | 0.58 | 0.00 | 20.41 | 0.99 | 0.71 |
| Hex | FE | 9D | 6B | 0 | 26 | 3A | 0 | 14 | 63 | 47 |
| Octal | 376 | 235 | 153 | 0 | 46 | 72 | 0 | 24 | 143 | 107 |
| Binary | 11111110 | 10011101 | 1101011 | 0 | 100110 | 111010 | 0 | 10100 | 1100011 | 1000111 |
Color Harmonies of #FE9D6B
Complementary color
Monochromatic Colors of #FE9D6B
Black with #FE9D6B
Text Example
Text Example
White with #FE9D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D6B; }
p { color: rgb(254,157,107); }
H1.HeaderClassName
{
color: #FE9D6B;
}
.AnyTagClassName
{
color: #FE9D6B;
}
</style>
background-color css
<style>
a { background-color: #FE9D6B; }
a { background-color: rgb(254,157,107); }
div.DivClassName
{
background-color: #FE9D6B;
}
.BgClassName
{
background-color: #FE9D6B;
}
</style>
border-color css
<style>
span { border-color: #FE9D6B; }
span { border-color: rgb(254,157,107); }
td.TdClassName
{
border-color: #FE9D6B;
}
.TagClassName
{
border-color: #FE9D6B;
}
</style>