#fe8e6d

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

Shades of Atomic Tangerine #FE8E6D

Tints of Atomic Tangerine #FE8E6D

Color information

#FE8E6D (or 0xFE8E6D) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8E and 6D. RGB value is (254,142,109). Sum of RGB (Red+Green+Blue) = 254+142+109=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E6D is #017192. Grayscale: #ABABAB. Windows color (decimal): -94611 or 7180030. OLE color: 7180030.

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

Color convert

RGB254142109-
CMYK00.440.570.00
HSL13.66º98.64%71.18%-
HSV(B)13.66º57.09%99.61%-
XYZ53.3141.5219.67-
YUV171.7392.61186.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=50.30%
G=28.12%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414210900.440.570.0013.6698.6471.18
HexFE8E6D02C390e6347
Octal37621615505471016143107
Binary1111111010001110110110101011001110010111011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe8e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe8e6d; }

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

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

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

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

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

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

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

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