#FF7755

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

Shades of Coral #FF7755

Tints of Coral #FF7755

Color information

#FF7755 (or 0xFF7755) is unknown color: approx Coral. HEX triplet: FF, 77 and 55. RGB value is (255,119,85). Sum of RGB (Red+Green+Blue) = 255+119+85=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7755 is #0088AA. Grayscale: #9C9C9C. Windows color (decimal): -34987 or 5601279. OLE color: 5601279.

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

Color convert

RGB25511985-
CMYK00.530.670
HSL12º100%66.67%-
HSV(B)12º66.67%100%-
XYZ49.4835.1112.76-
YUV155.7988.06198.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=55.56%
G=25.93%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551198500.530.6701210066.67
HexFF7755035430c6443
Octal377167125065103014144103
Binary1111111111101111010101011010110000110110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7755; }

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

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

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

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

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

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

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

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