#FF8E5C

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

Shades of Atomic Tangerine #FF8E5C

Tints of Atomic Tangerine #FF8E5C

Color information

#FF8E5C (or 0xFF8E5C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8E and 5C. RGB value is (255,142,92). Sum of RGB (Red+Green+Blue) = 255+142+92=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E5C is #0071A3. Grayscale: #AAAAAA. Windows color (decimal): -29092 or 6065919. OLE color: 6065919.

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

Color convert

RGB25514292-
CMYK00.440.640
HSL18.4º100%68.04%-
HSV(B)18.4º63.92%100%-
XYZ52.8441.3815.33-
YUV170.0983.94188.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=52.15%
G=29.04%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551429200.440.64018.410068.04
HexFF8E5C02C400126444
Octal377216134054100022144104
Binary111111111000111010111000101100100000001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E5C; }

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

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

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

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

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

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

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

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