Html Css Color HEX #FA7D50 Coral

📋 copy color: '#FA7D50'

red 250 ◦ green 125 ◦ blue 80

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

Shades of Coral #FA7D50

Tints of Coral #FA7D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.58%

R = 54.95%
G = 27.47%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA7D50 (or 0xFA7D50) is known color: Coral. HEX triplet: FA, 7D and 50. RGB value is (250,125,80). Sum of RGB (Red+Green+Blue) = 250+125+80=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D50 is #0582AF. Grayscale: #9D9D9D. Windows color (decimal): -361136 or 5275130. OLE color: 5275130.

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

Color convert

RGB 250 125 80 -
CMYK 0 0.50 0.68 0.02
HSL 15.88º 0.94% 0.65% -
HSV(B) 15.88º 0.68% 0.98% -
XYZ 48.21 35.57 11.91 -
YUV 157.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 250 125 80 0 0.50 0.68 0.02 15.88 0.94 0.65
Hex FA 7D 50 0 32 44 2 10 5E 41
Octal 372 175 120 0 62 104 2 20 136 101
Binary 11111010 1111101 1010000 0 110010 1000100 10 10000 1011110 1000001

Color Harmonies of #FA7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D50

Black with #FA7D50

Text Example


Text Example

White with #FA7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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