#FF8159

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

Shades of Coral #FF8159

Tints of Coral #FF8159

Color information

#FF8159 (or 0xFF8159) is unknown color: approx Coral. HEX triplet: FF, 81 and 59. RGB value is (255,129,89). Sum of RGB (Red+Green+Blue) = 255+129+89=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8159 is #007EA6. Grayscale: #A2A2A2. Windows color (decimal): -32423 or 5865983. OLE color: 5865983.

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

Color convert

RGB25512989-
CMYK00.490.650
HSL14.46º100%67.45%-
HSV(B)14.46º65.1%100%-
XYZ50.8937.6814.04-
YUV162.1186.74194.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 18.82%
R=53.91%
G=27.27%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551298900.490.65014.4610067.45
HexFF8159031410e6443
Octal377201131061101016144103
Binary11111111100000011011001011000110000010111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8159; }

 p { color: rgb(255,129,89); }

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

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

 a { background-color: rgb(255,129,89); }

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

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

 span { border-color: rgb(255,129,89); }

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