Html Css Color HEX #FA7150 Coral

📋 copy color: '#FA7150'

red 250 ◦ green 113 ◦ blue 80

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

Shades of Coral #FA7150

Tints of Coral #FA7150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

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

R = 56.43%
G = 25.51%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA7150 (or 0xFA7150) is known color: Coral. HEX triplet: FA, 71 and 50. RGB value is (250,113,80). Sum of RGB (Red+Green+Blue) = 250+113+80=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7150 is #058EAF. Grayscale: #969696. Windows color (decimal): -364208 or 5272058. OLE color: 5272058.

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

Color convert

RGB 250 113 80 -
CMYK 0 0.55 0.68 0.02
HSL 11.65º 0.94% 0.65% -
HSV(B) 11.65º 0.68% 0.98% -
XYZ 46.78 32.71 11.44 -
YUV 150.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 250 113 80 0 0.55 0.68 0.02 11.65 0.94 0.65
Hex FA 71 50 0 37 44 2 C 5E 41
Octal 372 161 120 0 67 104 2 14 136 101
Binary 11111010 1110001 1010000 0 110111 1000100 10 1100 1011110 1000001

Color Harmonies of #FA7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7150

Black with #FA7150

Text Example


Text Example

White with #FA7150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7150; }

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

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

background-color css

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

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

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

border-color css

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

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

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