#FA7A51

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

Shades of Coral #FA7A51

Tints of Coral #FA7A51

Color information

#FA7A51 (or 0xFA7A51) is unknown color: approx Coral. HEX triplet: FA, 7A and 51. RGB value is (250,122,81). Sum of RGB (Red+Green+Blue) = 250+122+81=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A51 is #0585AE. Grayscale: #9B9B9B. Windows color (decimal): -361903 or 5339898. OLE color: 5339898.

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

Color convert

RGB25012281-
CMYK00.510.680.02
HSL14.56º94.41%64.9%-
HSV(B)14.56º67.6%98.04%-
XYZ47.8734.8411.99-
YUV155.685.91195.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.19%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=55.19%
G=26.93%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501228100.510.680.0214.5694.4164.9
HexFA7A51033442f5e41
Octal372172121063104217136101
Binary11111010111101010100010110011100010010111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7A51; }

 p { color: rgb(250,122,81); }

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

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

 a { background-color: rgb(250,122,81); }

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

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

 span { border-color: rgb(250,122,81); }

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