#FA7E4E

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

Shades of Coral #FA7E4E

Tints of Coral #FA7E4E

Color information

#FA7E4E (or 0xFA7E4E) is unknown color: approx Coral. HEX triplet: FA, 7E and 4E. RGB value is (250,126,78). Sum of RGB (Red+Green+Blue) = 250+126+78=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E4E is #0581B1. Grayscale: #9D9D9D. Windows color (decimal): -360882 or 5144314. OLE color: 5144314.

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

Color convert

RGB25012678-
CMYK00.500.690.02
HSL16.74º94.51%64.31%-
HSV(B)16.74º68.8%98.04%-
XYZ48.2635.811.57-
YUV157.683.08193.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.07%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 78 (30.86% from 255) = 17.18%
R=55.07%
G=27.75%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501267800.500.690.0216.7494.5164.31
HexFA7E4E032452115f40
Octal372176116062105221137100
Binary111110101111110100111001100101000101101000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E4E; }

 p { color: rgb(250,126,78); }

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

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

 a { background-color: rgb(250,126,78); }

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

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

 span { border-color: rgb(250,126,78); }

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