#FA815E

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

Shades of Coral #FA815E

Tints of Coral #FA815E

Color information

#FA815E (or 0xFA815E) is unknown color: approx Coral. HEX triplet: FA, 81 and 5E. RGB value is (250,129,94). Sum of RGB (Red+Green+Blue) = 250+129+94=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA815E is #057EA1. Grayscale: #A1A1A1. Windows color (decimal): -360098 or 6193658. OLE color: 6193658.

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

Color convert

RGB25012994-
CMYK00.480.620.02
HSL13.46º93.98%67.45%-
HSV(B)13.46º62.4%98.04%-
XYZ49.2936.8315.1-
YUV161.1990.09191.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.85%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=52.85%
G=27.27%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501299400.480.620.0213.4693.9867.45
HexFA815E0303E2d5e43
Octal37220113606076215136103
Binary11111010100000011011110011000011111010110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA815E; }

 p { color: rgb(250,129,94); }

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

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

 a { background-color: rgb(250,129,94); }

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

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

 span { border-color: rgb(250,129,94); }

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