Html Css Color HEX #FA764C Coral

📋 copy color: '#FA764C'

red 250 ◦ green 118 ◦ blue 76

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

Shades of Coral #FA764C

Tints of Coral #FA764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 56.31%
G = 26.58%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA764C (or 0xFA764C) is known color: Coral. HEX triplet: FA, 76 and 4C. RGB value is (250,118,76). Sum of RGB (Red+Green+Blue) = 250+118+76=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA764C is #0589B3. Grayscale: #989898. Windows color (decimal): -362932 or 5011194. OLE color: 5011194.

HSL color Cylindrical-coordinate representation of color #FA764C: hue angle of 14.48º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA764C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 76 -
CMYK 0 0.53 0.70 0.02
HSL 14.48º 0.95% 0.64% -
HSV(B) 14.48º 0.7% 0.98% -
XYZ 47.21 33.8 10.87 -
YUV 152.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 250 118 76 0 0.53 0.70 0.02 14.48 0.95 0.64
Hex FA 76 4C 0 35 46 2 E 5F 40
Octal 372 166 114 0 65 106 2 16 137 100
Binary 11111010 1110110 1001100 0 110101 1000110 10 1110 1011111 1000000

Color Harmonies of #FA764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA764C

Black with #FA764C

Text Example


Text Example

White with #FA764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA764C; }

 p { color: rgb(250,118,76); }

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

background-color css

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

 a { background-color: rgb(250,118,76); }

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

border-color css

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

 span { border-color: rgb(250,118,76); }

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