#F77F50

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

Shades of Coral #F77F50

Tints of Coral #F77F50

Color information

#F77F50 (or 0xF77F50) is unknown color: approx Coral. HEX triplet: F7, 7F and 50. RGB value is (247,127,80). Sum of RGB (Red+Green+Blue) = 247+127+80=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F50 is #0880AF. Grayscale: #9D9D9D. Windows color (decimal): -557232 or 5275639. OLE color: 5275639.

HSL color Cylindrical-coordinate representation of color #F77F50: hue angle of 16.89º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F77F50 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24712780-
CMYK00.490.680.03
HSL16.89º91.26%64.12%-
HSV(B)16.89º67.61%96.86%-
XYZ47.435.5311.95-
YUV157.5284.26191.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.41%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=54.41%
G=27.97%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471278000.490.680.0316.8991.2664.12
HexF77F50031443115b40
Octal367177120061104321133100
Binary111101111111111101000001100011000100111000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77F50; }

 p { color: rgb(247,127,80); }

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

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

 a { background-color: rgb(247,127,80); }

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

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

 span { border-color: rgb(247,127,80); }

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