#FA7F48

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

Shades of Coral #FA7F48

Tints of Coral #FA7F48

Color information

#FA7F48 (or 0xFA7F48) is unknown color: approx Coral. HEX triplet: FA, 7F and 48. RGB value is (250,127,72). Sum of RGB (Red+Green+Blue) = 250+127+72=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F48 is #0580B7. Grayscale: #9D9D9D. Windows color (decimal): -360632 or 4751354. OLE color: 4751354.

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

Color convert

RGB25012772-
CMYK00.490.710.02
HSL18.54º94.68%63.14%-
HSV(B)18.54º71.2%98.04%-
XYZ48.1835.9710.53-
YUV157.5179.75193.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.68%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=55.68%
G=28.29%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501277200.490.710.0218.5494.6863.14
HexFA7F48031472135f3f
Octal37217711006110722313777
Binary11111010111111110010000110001100011110100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7F48; }

 p { color: rgb(250,127,72); }

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

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

 a { background-color: rgb(250,127,72); }

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

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

 span { border-color: rgb(250,127,72); }

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