#FEA265

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

Shades of Atomic Tangerine #FEA265

Tints of Atomic Tangerine #FEA265

Color information

#FEA265 (or 0xFEA265) is unknown color: approx Atomic Tangerine. HEX triplet: FE, A2 and 65. RGB value is (254,162,101). Sum of RGB (Red+Green+Blue) = 254+162+101=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA265 is #015D9A. Grayscale: #B6B6B6. Windows color (decimal): -89499 or 6660862. OLE color: 6660862.

HSL color Cylindrical-coordinate representation of color #FEA265: hue angle of 23.92º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEA265 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254162101-
CMYK00.360.600.00
HSL23.92º98.71%69.61%-
HSV(B)23.92º60.24%99.61%-
XYZ56.1447.8518.59-
YUV182.5581.98178.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=49.13%
G=31.33%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416210100.360.600.0023.9298.7169.61
HexFEA2650243C0186346
Octal37624214504474030143106
Binary11111110101000101100101010010011110001100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA265; }

 p { color: rgb(254,162,101); }

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

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

 a { background-color: rgb(254,162,101); }

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

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

 span { border-color: rgb(254,162,101); }

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