Html Css Color HEX #FA754C Coral

📋 copy color: '#FA754C'

red 250 ◦ green 117 ◦ blue 76

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

Shades of Coral #FA754C

Tints of Coral #FA754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 56.43%
G = 26.41%
B = 17.16%

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

#FA754C (or 0xFA754C) is known color: Coral. HEX triplet: FA, 75 and 4C. RGB value is (250,117,76). Sum of RGB (Red+Green+Blue) = 250+117+76=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA754C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA754C is #058AB3. Grayscale: #989898. Windows color (decimal): -363188 or 5010938. OLE color: 5010938.

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

Color convert

RGB 250 117 76 -
CMYK 0 0.53 0.70 0.02
HSL 14.14º 0.95% 0.64% -
HSV(B) 14.14º 0.7% 0.98% -
XYZ 47.09 33.57 10.83 -
YUV 152.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 250 117 76 0 0.53 0.70 0.02 14.14 0.95 0.64
Hex FA 75 4C 0 35 46 2 E 5F 40
Octal 372 165 114 0 65 106 2 16 137 100
Binary 11111010 1110101 1001100 0 110101 1000110 10 1110 1011111 1000000

Color Harmonies of #FA754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA754C

Black with #FA754C

Text Example


Text Example

White with #FA754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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