#FA724F

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

Shades of Coral #FA724F

Tints of Coral #FA724F

Color information

#FA724F (or 0xFA724F) is unknown color: approx Coral. HEX triplet: FA, 72 and 4F. RGB value is (250,114,79). Sum of RGB (Red+Green+Blue) = 250+114+79=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA724F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA724F is #058DB0. Grayscale: #969696. Windows color (decimal): -363953 or 5206778. OLE color: 5206778.

HSL color Cylindrical-coordinate representation of color #FA724F: hue angle of 12.28º 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 #FA724F is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25011479-
CMYK00.540.680.02
HSL12.28º94.48%64.51%-
HSV(B)12.28º68.4%98.04%-
XYZ46.8532.9211.28-
YUV150.6787.56198.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.43%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=56.43%
G=25.73%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501147900.540.680.0212.2894.4864.51
HexFA724F036442c5e41
Octal372162117066104214136101
Binary11111010111001010011110110110100010010110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA724F; }

 p { color: rgb(250,114,79); }

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

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

 a { background-color: rgb(250,114,79); }

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

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

 span { border-color: rgb(250,114,79); }

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