Shades of Atomic Tangerine #FE9969
Tints of Atomic Tangerine #FE9969
RGB
CMYK
RGB Variations
Color information
#FE9969 (or 0xFE9969) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 69. RGB value is (254,153,105). Sum of RGB (Red+Green+Blue) = 254+153+105=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9969 is #016696. Grayscale: #B2B2B2. Windows color (decimal): -91799 or 6920702. OLE color: 6920702.
HSL color Cylindrical-coordinate representation of color #FE9969: hue angle of 19.33º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE9969 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 105 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.00 |
| HSL | 19.33º | 0.99% | 0.7% | - |
| HSV(B) | 19.33º | 0.59% | 1% | - |
| XYZ | 54.81 | 44.87 | 19.14 | - |
| YUV | 177.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 105 | 0 | 0.40 | 0.59 | 0.00 | 19.33 | 0.99 | 0.7 |
| Hex | FE | 99 | 69 | 0 | 28 | 3B | 0 | 13 | 63 | 46 |
| Octal | 376 | 231 | 151 | 0 | 50 | 73 | 0 | 23 | 143 | 106 |
| Binary | 11111110 | 10011001 | 1101001 | 0 | 101000 | 111011 | 0 | 10011 | 1100011 | 1000110 |
Color Harmonies of #FE9969
Complementary color
Monochromatic Colors of #FE9969
Black with #FE9969
Text Example
Text Example
White with #FE9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9969; }
p { color: rgb(254,153,105); }
H1.HeaderClassName
{
color: #FE9969;
}
.AnyTagClassName
{
color: #FE9969;
}
</style>
background-color css
<style>
a { background-color: #FE9969; }
a { background-color: rgb(254,153,105); }
div.DivClassName
{
background-color: #FE9969;
}
.BgClassName
{
background-color: #FE9969;
}
</style>
border-color css
<style>
span { border-color: #FE9969; }
span { border-color: rgb(254,153,105); }
td.TdClassName
{
border-color: #FE9969;
}
.TagClassName
{
border-color: #FE9969;
}
</style>