#FEA68A

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

Shades of Vivid Tangerine #FEA68A

Tints of Vivid Tangerine #FEA68A

Color information

#FEA68A (or 0xFEA68A) is unknown color: approx Vivid Tangerine. HEX triplet: FE, A6 and 8A. RGB value is (254,166,138). Sum of RGB (Red+Green+Blue) = 254+166+138=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA68A is #015975. Grayscale: #BDBDBD. Windows color (decimal): -88438 or 9086718. OLE color: 9086718.

HSL color Cylindrical-coordinate representation of color #FEA68A: hue angle of 14.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA68A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB254166138-
CMYK00.350.460.00
HSL14.48º98.31%76.86%-
HSV(B)14.48º45.67%99.61%-
XYZ59.150.1830.62-
YUV189.1299.15174.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 138 (54.30% from 255) = 24.73%
R=45.52%
G=29.75%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416613800.350.460.0014.4898.3176.86
HexFEA68A0232E0e624d
Octal37624621204356016142115
Binary11111110101001101000101001000111011100111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA68A; }

 p { color: rgb(254,166,138); }

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

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

 a { background-color: rgb(254,166,138); }

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

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

 span { border-color: rgb(254,166,138); }

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