#FE8C66

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

Shades of Atomic Tangerine #FE8C66

Tints of Atomic Tangerine #FE8C66

Color information

#FE8C66 (or 0xFE8C66) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8C and 66. RGB value is (254,140,102). Sum of RGB (Red+Green+Blue) = 254+140+102=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C66 is #017399. Grayscale: #AAAAAA. Windows color (decimal): -95130 or 6720766. OLE color: 6720766.

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

Color convert

RGB254140102-
CMYK00.450.600.00
HSL15º98.7%69.8%-
HSV(B)15º59.84%99.61%-
XYZ52.6540.7917.67-
YUV169.7589.77188.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=51.21%
G=28.23%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414010200.450.600.001598.769.8
HexFE8C6602D3C0f6346
Octal37621414605574017143106
Binary1111111010001100110011001011011111000111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C66; }

 p { color: rgb(254,140,102); }

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

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

 a { background-color: rgb(254,140,102); }

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

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

 span { border-color: rgb(254,140,102); }

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