#FA8357

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

Shades of Coral #FA8357

Tints of Coral #FA8357

Color information

#FA8357 (or 0xFA8357) is unknown color: approx Coral. HEX triplet: FA, 83 and 57. RGB value is (250,131,87). Sum of RGB (Red+Green+Blue) = 250+131+87=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8357 is #057CA8. Grayscale: #A1A1A1. Windows color (decimal): -359593 or 5735418. OLE color: 5735418.

HSL color Cylindrical-coordinate representation of color #FA8357: hue angle of 16.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA8357 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB25013187-
CMYK00.480.650.02
HSL16.2º94.22%66.08%-
HSV(B)16.2º65.2%98.04%-
XYZ49.2637.2413.61-
YUV161.5685.92191.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 87 (34.38% from 255) = 18.59%
R=53.42%
G=27.99%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501318700.480.650.0216.294.2266.08
HexFA8357030412105e42
Octal372203127060101220136102
Binary1111101010000011101011101100001000001101000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8357; }

 p { color: rgb(250,131,87); }

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

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

 a { background-color: rgb(250,131,87); }

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

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

 span { border-color: rgb(250,131,87); }

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