#FF8150

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

Shades of Coral #FF8150

Tints of Coral #FF8150

Color information

#FF8150 (or 0xFF8150) is unknown color: approx Coral. HEX triplet: FF, 81 and 50. RGB value is (255,129,80). Sum of RGB (Red+Green+Blue) = 255+129+80=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8150 is #007EAF. Grayscale: #A1A1A1. Windows color (decimal): -32432 or 5276159. OLE color: 5276159.

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

Color convert

RGB25512980-
CMYK00.490.690
HSL16.8º100%65.69%-
HSV(B)16.8º68.63%100%-
XYZ50.5437.5412.17-
YUV161.0982.24194.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.96%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=54.96%
G=27.80%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551298000.490.69016.810065.69
HexFF8150031450116442
Octal377201120061105021144102
Binary111111111000000110100000110001100010101000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8150; }

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

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

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

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

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

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

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

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