#FF8155

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

Shades of Coral #FF8155

Tints of Coral #FF8155

Color information

#FF8155 (or 0xFF8155) is unknown color: approx Coral. HEX triplet: FF, 81 and 55. RGB value is (255,129,85). Sum of RGB (Red+Green+Blue) = 255+129+85=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8155 is #007EAA. Grayscale: #A1A1A1. Windows color (decimal): -32427 or 5603839. OLE color: 5603839.

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

Color convert

RGB25512985-
CMYK00.490.670
HSL15.53º100%66.67%-
HSV(B)15.53º66.67%100%-
XYZ50.7337.6213.18-
YUV161.6684.74194.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=54.37%
G=27.51%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551298500.490.67015.5310066.67
HexFF8155031430106443
Octal377201125061103020144103
Binary111111111000000110101010110001100001101000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8155; }

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

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

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

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

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

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

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

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