Html Css Color HEX #FA7E48 Coral

📋 copy color: '#FA7E48'

red 250 ◦ green 126 ◦ blue 72

#FA7E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FA7E48

Tints of Coral #FA7E48

RGB

 RED value IS 250 (98.05% from 255) = 55.8%

 GREEN value IS 126 (49.61% from 255) = 28.13%

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 55.8%
G = 28.13%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA7E48 (or 0xFA7E48) is known color: Coral. HEX triplet: FA, 7E and 48. RGB value is (250,126,72). Sum of RGB (Red+Green+Blue) = 250+126+72=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E48 is #0581B7. Grayscale: #9D9D9D. Windows color (decimal): -360888 or 4751098. OLE color: 4751098.

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

Color convert

RGB 250 126 72 -
CMYK 0 0.50 0.71 0.02
HSL 18.2º 0.95% 0.63% -
HSV(B) 18.2º 0.71% 0.98% -
XYZ 48.05 35.71 10.49 -
YUV 156.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 250 126 72 0 0.50 0.71 0.02 18.2 0.95 0.63
Hex FA 7E 48 0 32 47 2 12 5F 3F
Octal 372 176 110 0 62 107 2 22 137 77
Binary 11111010 1111110 1001000 0 110010 1000111 10 10010 1011111 111111

Color Harmonies of #FA7E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E48

Black with #FA7E48

Text Example


Text Example

White with #FA7E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E48; }

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

 H1.HeaderClassName
 {
   color: #FA7E48;
 }
 .AnyTagClassName
 {
   color: #FA7E48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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