Shades of Atomic Tangerine #FE956F
Tints of Atomic Tangerine #FE956F
RGB
CMYK
RGB Variations
Color information
#FE956F (or 0xFE956F) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 6F. RGB value is (254,149,111). Sum of RGB (Red+Green+Blue) = 254+149+111=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE956F is #016A90. Grayscale: #B0B0B0. Windows color (decimal): -92817 or 7312894. OLE color: 7312894.
HSL color Cylindrical-coordinate representation of color #FE956F: hue angle of 15.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE956F is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 111 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.00 |
| HSL | 15.94º | 0.99% | 0.72% | - |
| HSV(B) | 15.94º | 0.56% | 1% | - |
| XYZ | 54.49 | 43.71 | 20.6 | - |
| YUV | 176.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 111 | 0 | 0.41 | 0.56 | 0.00 | 15.94 | 0.99 | 0.72 |
| Hex | FE | 95 | 6F | 0 | 29 | 38 | 0 | 10 | 63 | 48 |
| Octal | 376 | 225 | 157 | 0 | 51 | 70 | 0 | 20 | 143 | 110 |
| Binary | 11111110 | 10010101 | 1101111 | 0 | 101001 | 111000 | 0 | 10000 | 1100011 | 1001000 |
Color Harmonies of #FE956F
Complementary color
Monochromatic Colors of #FE956F
Black with #FE956F
Text Example
Text Example
White with #FE956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE956F; }
p { color: rgb(254,149,111); }
H1.HeaderClassName
{
color: #FE956F;
}
.AnyTagClassName
{
color: #FE956F;
}
</style>
background-color css
<style>
a { background-color: #FE956F; }
a { background-color: rgb(254,149,111); }
div.DivClassName
{
background-color: #FE956F;
}
.BgClassName
{
background-color: #FE956F;
}
</style>
border-color css
<style>
span { border-color: #FE956F; }
span { border-color: rgb(254,149,111); }
td.TdClassName
{
border-color: #FE956F;
}
.TagClassName
{
border-color: #FE956F;
}
</style>