#FE9D6A

Color #FE9D6A Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #FE9D6A

Tints of Atomic Tangerine #FE9D6A

Color information

#FE9D6A (or 0xFE9D6A) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 9D and 6A. RGB value is (254,157,106). Sum of RGB (Red+Green+Blue) = 254+157+106=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D6A is #016295. Grayscale: #B4B4B4. Windows color (decimal): -90774 or 6987262. OLE color: 6987262.

HSL color Cylindrical-coordinate representation of color #FE9D6A: hue angle of 20.68º 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 #FE9D6A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB254157106-
CMYK00.380.580.00
HSL20.68º98.67%70.59%-
HSV(B)20.68º58.27%99.61%-
XYZ55.5346.2319.63-
YUV180.1986.14180.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=49.13%
G=30.37%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415710600.380.580.0020.6898.6770.59
HexFE9D6A0263A0156347
Octal37623515204672025143107
Binary11111110100111011101010010011011101001010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D6A; }

 p { color: rgb(254,157,106); }

 H1.HeaderClassName
 {
   color: #FE9D6A;
 }
 .AnyTagClassName
 {
   color: #FE9D6A;
 }
</style>
background-color css

<style>
 a { background-color: #FE9D6A; }

 a { background-color: rgb(254,157,106); }

 div.DivClassName
 {
   background-color: #FE9D6A;
 }
 .BgClassName
 {
   background-color: #FE9D6A;
 }
</style>
border-color css

<style>
 span { border-color: #FE9D6A; }

 span { border-color: rgb(254,157,106); }

 td.TdClassName
 {
   border-color: #FE9D6A;
 }
 .TagClassName
 {
   border-color: #FE9D6A;
 }
</style>