Html Css Color HEX #FA7D5E Coral

📋 copy color: '#FA7D5E'

red 250 ◦ green 125 ◦ blue 94

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

Shades of Coral #FA7D5E

Tints of Coral #FA7D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 53.3%
G = 26.65%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA7D5E (or 0xFA7D5E) is known color: Coral. HEX triplet: FA, 7D and 5E. RGB value is (250,125,94). Sum of RGB (Red+Green+Blue) = 250+125+94=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D5E is #0582A1. Grayscale: #9F9F9F. Windows color (decimal): -361122 or 6192634. OLE color: 6192634.

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

Color convert

RGB 250 125 94 -
CMYK 0 0.50 0.62 0.02
HSL 11.92º 0.94% 0.67% -
HSV(B) 11.92º 0.62% 0.98% -
XYZ 48.78 35.8 14.93 -
YUV 158.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 250 125 94 0 0.50 0.62 0.02 11.92 0.94 0.67
Hex FA 7D 5E 0 32 3E 2 C 5E 43
Octal 372 175 136 0 62 76 2 14 136 103
Binary 11111010 1111101 1011110 0 110010 111110 10 1100 1011110 1000011

Color Harmonies of #FA7D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D5E

Black with #FA7D5E

Text Example


Text Example

White with #FA7D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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