#FE8E5D

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

Shades of Atomic Tangerine #FE8E5D

Tints of Atomic Tangerine #FE8E5D

Color information

#FE8E5D (or 0xFE8E5D) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8E and 5D. RGB value is (254,142,93). Sum of RGB (Red+Green+Blue) = 254+142+93=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E5D is #0171A2. Grayscale: #AAAAAA. Windows color (decimal): -94627 or 6131454. OLE color: 6131454.

HSL color Cylindrical-coordinate representation of color #FE8E5D: hue angle of 18.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE8E5D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB25414293-
CMYK00.440.630.00
HSL18.26º98.77%68.04%-
HSV(B)18.26º63.39%99.61%-
XYZ52.5241.2115.54-
YUV169.984.61187.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=51.94%
G=29.04%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541429300.440.630.0018.2698.7768.04
HexFE8E5D02C3F0126344
Octal37621613505477022143104
Binary11111110100011101011101010110011111101001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8E5D; }

 p { color: rgb(254,142,93); }

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

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

 a { background-color: rgb(254,142,93); }

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

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

 span { border-color: rgb(254,142,93); }

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