#FF7E50

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

Shades of Coral #FF7E50

Tints of Coral #FF7E50

Color information

#FF7E50 (or 0xFF7E50) is unknown color: approx Coral. HEX triplet: FF, 7E and 50. RGB value is (255,126,80). Sum of RGB (Red+Green+Blue) = 255+126+80=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E50 is #0081AF. Grayscale: #9F9F9F. Windows color (decimal): -33200 or 5275391. OLE color: 5275391.

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

Color convert

RGB25512680-
CMYK00.510.690
HSL15.77º100%65.69%-
HSV(B)15.77º68.63%100%-
XYZ50.1536.7612.04-
YUV159.3383.24196.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=55.31%
G=27.33%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551268000.510.69015.7710065.69
HexFF7E50033450106442
Octal377176120063105020144102
Binary11111111111111010100000110011100010101000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E50; }

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

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

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

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

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

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

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

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