Html Css Color HEX #FA7D4D Coral

📋 copy color: '#FA7D4D'

red 250 ◦ green 125 ◦ blue 77

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

Shades of Coral #FA7D4D

Tints of Coral #FA7D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 55.31%
G = 27.65%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA7D4D (or 0xFA7D4D) is known color: Coral. HEX triplet: FA, 7D and 4D. RGB value is (250,125,77). Sum of RGB (Red+Green+Blue) = 250+125+77=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D4D is #0582B2. Grayscale: #9D9D9D. Windows color (decimal): -361139 or 5078522. OLE color: 5078522.

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

Color convert

RGB 250 125 77 -
CMYK 0 0.50 0.69 0.02
HSL 16.65º 0.95% 0.64% -
HSV(B) 16.65º 0.69% 0.98% -
XYZ 48.1 35.53 11.34 -
YUV 156.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 250 125 77 0 0.50 0.69 0.02 16.65 0.95 0.64
Hex FA 7D 4D 0 32 45 2 11 5F 40
Octal 372 175 115 0 62 105 2 21 137 100
Binary 11111010 1111101 1001101 0 110010 1000101 10 10001 1011111 1000000

Color Harmonies of #FA7D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D4D

Black with #FA7D4D

Text Example


Text Example

White with #FA7D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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