#FF8055

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

Shades of Coral #FF8055

Tints of Coral #FF8055

Color information

#FF8055 (or 0xFF8055) is unknown color: approx Coral. HEX triplet: FF, 80 and 55. RGB value is (255,128,85). Sum of RGB (Red+Green+Blue) = 255+128+85=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8055 is #007FAA. Grayscale: #A1A1A1. Windows color (decimal): -32683 or 5603583. OLE color: 5603583.

HSL color Cylindrical-coordinate representation of color #FF8055: hue angle of 15.18º 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 #FF8055 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB25512885-
CMYK00.500.670
HSL15.18º100%66.67%-
HSV(B)15.18º66.67%100%-
XYZ50.637.3513.14-
YUV161.0785.08195-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 85 (33.59% from 255) = 18.16%
R=54.49%
G=27.35%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551288500.500.67015.1810066.67
HexFF8055032430f6443
Octal377200125062103017144103
Binary11111111100000001010101011001010000110111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8055; }

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

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

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

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

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

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

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

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