Html Css Color HEX #FA7D5D Coral

📋 copy color: '#FA7D5D'

red 250 ◦ green 125 ◦ blue 93

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

Shades of Coral #FA7D5D

Tints of Coral #FA7D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

 BLUE value IS 93 (36.72% from 255) = 19.87%

R = 53.42%
G = 26.71%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA7D5D (or 0xFA7D5D) is known color: Coral. HEX triplet: FA, 7D and 5D. RGB value is (250,125,93). Sum of RGB (Red+Green+Blue) = 250+125+93=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D5D is #0582A2. Grayscale: #9E9E9E. Windows color (decimal): -361123 or 6127098. OLE color: 6127098.

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

Color convert

RGB 250 125 93 -
CMYK 0 0.50 0.63 0.02
HSL 12.23º 0.94% 0.67% -
HSV(B) 12.23º 0.63% 0.98% -
XYZ 48.73 35.78 14.69 -
YUV 158.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 250 125 93 0 0.50 0.63 0.02 12.23 0.94 0.67
Hex FA 7D 5D 0 32 3F 2 C 5E 43
Octal 372 175 135 0 62 77 2 14 136 103
Binary 11111010 1111101 1011101 0 110010 111111 10 1100 1011110 1000011

Color Harmonies of #FA7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D5D

Black with #FA7D5D

Text Example


Text Example

White with #FA7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D5D; }

 p { color: rgb(250,125,93); }

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

background-color css

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

 a { background-color: rgb(250,125,93); }

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

border-color css

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

 span { border-color: rgb(250,125,93); }

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