#FF8050

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

Shades of Coral #FF8050

Tints of Coral #FF8050

Color information

#FF8050 (or 0xFF8050) is unknown color: approx Coral. HEX triplet: FF, 80 and 50. RGB value is (255,128,80). Sum of RGB (Red+Green+Blue) = 255+128+80=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8050 is #007FAF. Grayscale: #A0A0A0. Windows color (decimal): -32688 or 5275903. OLE color: 5275903.

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

Color convert

RGB25512880-
CMYK00.500.690
HSL16.46º100%65.69%-
HSV(B)16.46º68.63%100%-
XYZ50.4137.2812.13-
YUV160.582.58195.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=55.08%
G=27.65%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551288000.500.69016.4610065.69
HexFF8050032450106442
Octal377200120062105020144102
Binary111111111000000010100000110010100010101000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8050; }

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

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

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

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

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

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

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

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