Html Css Color HEX #FA7F5D Coral

📋 copy color: '#FA7F5D'

red 250 ◦ green 127 ◦ blue 93

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

Shades of Coral #FA7F5D

Tints of Coral #FA7F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 93 (36.72% from 255) = 19.79%

R = 53.19%
G = 27.02%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA7F5D (or 0xFA7F5D) is known color: Coral. HEX triplet: FA, 7F and 5D. RGB value is (250,127,93). Sum of RGB (Red+Green+Blue) = 250+127+93=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F5D is #0580A2. Grayscale: #A0A0A0. Windows color (decimal): -360611 or 6127610. OLE color: 6127610.

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

Color convert

RGB 250 127 93 -
CMYK 0 0.49 0.63 0.02
HSL 12.99º 0.94% 0.67% -
HSV(B) 12.99º 0.63% 0.98% -
XYZ 48.99 36.29 14.78 -
YUV 159.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 250 127 93 0 0.49 0.63 0.02 12.99 0.94 0.67
Hex FA 7F 5D 0 31 3F 2 D 5E 43
Octal 372 177 135 0 61 77 2 15 136 103
Binary 11111010 1111111 1011101 0 110001 111111 10 1101 1011110 1000011

Color Harmonies of #FA7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F5D

Black with #FA7F5D

Text Example


Text Example

White with #FA7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F5D; }

 p { color: rgb(250,127,93); }

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

background-color css

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

 a { background-color: rgb(250,127,93); }

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

border-color css

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

 span { border-color: rgb(250,127,93); }

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