#FEA067

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

Shades of Atomic Tangerine #FEA067

Tints of Atomic Tangerine #FEA067

Color information

#FEA067 (or 0xFEA067) is unknown color: approx Atomic Tangerine. HEX triplet: FE, A0 and 67. RGB value is (254,160,103). Sum of RGB (Red+Green+Blue) = 254+160+103=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA067 is #015F98. Grayscale: #B5B5B5. Windows color (decimal): -90009 or 6791422. OLE color: 6791422.

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

Color convert

RGB254160103-
CMYK00.370.590.00
HSL22.65º98.69%70%-
HSV(B)22.65º59.45%99.61%-
XYZ55.8947.1919-
YUV181.6183.64179.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=49.13%
G=30.95%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416010300.370.590.0022.6598.6970
HexFEA0670253B0176346
Octal37624014704573027143106
Binary11111110101000001100111010010111101101011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA067; }

 p { color: rgb(254,160,103); }

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

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

 a { background-color: rgb(254,160,103); }

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

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

 span { border-color: rgb(254,160,103); }

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