Shades of Atomic Tangerine #FE966F
Tints of Atomic Tangerine #FE966F
RGB
CMYK
RGB Variations
Color information
#FE966F (or 0xFE966F) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 6F. RGB value is (254,150,111). Sum of RGB (Red+Green+Blue) = 254+150+111=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE966F is #016990. Grayscale: #B0B0B0. Windows color (decimal): -92561 or 7313150. OLE color: 7313150.
HSL color Cylindrical-coordinate representation of color #FE966F: hue angle of 16.36º 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 #FE966F is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 111 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.00 |
| HSL | 16.36º | 0.99% | 0.72% | - |
| HSV(B) | 16.36º | 0.56% | 1% | - |
| XYZ | 54.65 | 44.03 | 20.66 | - |
| YUV | 176.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 111 | 0 | 0.41 | 0.56 | 0.00 | 16.36 | 0.99 | 0.72 |
| Hex | FE | 96 | 6F | 0 | 29 | 38 | 0 | 10 | 63 | 48 |
| Octal | 376 | 226 | 157 | 0 | 51 | 70 | 0 | 20 | 143 | 110 |
| Binary | 11111110 | 10010110 | 1101111 | 0 | 101001 | 111000 | 0 | 10000 | 1100011 | 1001000 |
Color Harmonies of #FE966F
Complementary color
Monochromatic Colors of #FE966F
Black with #FE966F
Text Example
Text Example
White with #FE966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE966F; }
p { color: rgb(254,150,111); }
H1.HeaderClassName
{
color: #FE966F;
}
.AnyTagClassName
{
color: #FE966F;
}
</style>
background-color css
<style>
a { background-color: #FE966F; }
a { background-color: rgb(254,150,111); }
div.DivClassName
{
background-color: #FE966F;
}
.BgClassName
{
background-color: #FE966F;
}
</style>
border-color css
<style>
span { border-color: #FE966F; }
span { border-color: rgb(254,150,111); }
td.TdClassName
{
border-color: #FE966F;
}
.TagClassName
{
border-color: #FE966F;
}
</style>