#FA815C

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

Shades of Coral #FA815C

Tints of Coral #FA815C

Color information

#FA815C (or 0xFA815C) is unknown color: approx Coral. HEX triplet: FA, 81 and 5C. RGB value is (250,129,92). Sum of RGB (Red+Green+Blue) = 250+129+92=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA815C is #057EA3. Grayscale: #A1A1A1. Windows color (decimal): -360100 or 6062586. OLE color: 6062586.

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

Color convert

RGB25012992-
CMYK00.480.630.02
HSL14.05º94.05%67.06%-
HSV(B)14.05º63.2%98.04%-
XYZ49.2136.814.63-
YUV160.9689.09191.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.08%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=53.08%
G=27.39%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501299200.480.630.0214.0594.0567.06
HexFA815C0303F2e5e43
Octal37220113406077216136103
Binary11111010100000011011100011000011111110111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA815C; }

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

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

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

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

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

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

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

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