#FF8E65

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

Shades of Atomic Tangerine #FF8E65

Tints of Atomic Tangerine #FF8E65

Color information

#FF8E65 (or 0xFF8E65) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8E and 65. RGB value is (255,142,101). Sum of RGB (Red+Green+Blue) = 255+142+101=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E65 is #00719A. Grayscale: #ABABAB. Windows color (decimal): -29083 or 6655743. OLE color: 6655743.

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

Color convert

RGB255142101-
CMYK00.440.600
HSL15.97º100%69.8%-
HSV(B)15.97º60.39%100%-
XYZ53.2641.5517.52-
YUV171.1188.44187.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 101 (39.84% from 255) = 20.28%
R=51.20%
G=28.51%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514210100.440.60015.9710069.8
HexFF8E6502C3C0106446
Octal37721614505474020144106
Binary11111111100011101100101010110011110001000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E65; }

 p { color: rgb(255,142,101); }

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

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

 a { background-color: rgb(255,142,101); }

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

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

 span { border-color: rgb(255,142,101); }

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