#ff807f

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

Shades of Light Coral #FF807F

Tints of Light Coral #FF807F

Color information

#FF807F (or 0xFF807F) is unknown color: approx Light Coral. HEX triplet: FF, 80 and 7F. RGB value is (255,128,127). Sum of RGB (Red+Green+Blue) = 255+128+127=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807F is #007F80. Grayscale: #A5A5A5. Windows color (decimal): -32641 or 8356095. OLE color: 8356095.

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

Color convert

RGB255128127-
CMYK00.500.500
HSL0.47º100%74.9%-
HSV(B)0.47º50.2%100%-
XYZ52.7938.2324.68-
YUV165.86106.08191.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 127 (50% from 255) = 24.90%
R=50%
G=25.10%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512812700.500.5000.4710074.9
HexFF807F0323200644b
Octal3772001770626200144113
Binary1111111110000000111111101100101100100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff807f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff807f; }

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

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

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

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

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

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

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

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