Shades of Atomic Tangerine #FE966A
Tints of Atomic Tangerine #FE966A
RGB
CMYK
RGB Variations
Color information
#FE966A (or 0xFE966A) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 6A. RGB value is (254,150,106). Sum of RGB (Red+Green+Blue) = 254+150+106=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE966A is #016995. Grayscale: #B0B0B0. Windows color (decimal): -92566 or 6985470. OLE color: 6985470.
HSL color Cylindrical-coordinate representation of color #FE966A: hue angle of 17.84º 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 #FE966A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 106 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.00 |
| HSL | 17.84º | 0.99% | 0.71% | - |
| HSV(B) | 17.84º | 0.58% | 1% | - |
| XYZ | 54.38 | 43.92 | 19.25 | - |
| YUV | 176.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 106 | 0 | 0.41 | 0.58 | 0.00 | 17.84 | 0.99 | 0.71 |
| Hex | FE | 96 | 6A | 0 | 29 | 3A | 0 | 12 | 63 | 47 |
| Octal | 376 | 226 | 152 | 0 | 51 | 72 | 0 | 22 | 143 | 107 |
| Binary | 11111110 | 10010110 | 1101010 | 0 | 101001 | 111010 | 0 | 10010 | 1100011 | 1000111 |
Color Harmonies of #FE966A
Complementary color
Monochromatic Colors of #FE966A
Black with #FE966A
Text Example
Text Example
White with #FE966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE966A; }
p { color: rgb(254,150,106); }
H1.HeaderClassName
{
color: #FE966A;
}
.AnyTagClassName
{
color: #FE966A;
}
</style>
background-color css
<style>
a { background-color: #FE966A; }
a { background-color: rgb(254,150,106); }
div.DivClassName
{
background-color: #FE966A;
}
.BgClassName
{
background-color: #FE966A;
}
</style>
border-color css
<style>
span { border-color: #FE966A; }
span { border-color: rgb(254,150,106); }
td.TdClassName
{
border-color: #FE966A;
}
.TagClassName
{
border-color: #FE966A;
}
</style>