Html Css Color HEX #FA7849 Coral

📋 copy color: '#FA7849'

red 250 ◦ green 120 ◦ blue 73

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

Shades of Coral #FA7849

Tints of Coral #FA7849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.09%

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 56.43%
G = 27.09%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA7849 (or 0xFA7849) is known color: Coral. HEX triplet: FA, 78 and 49. RGB value is (250,120,73). Sum of RGB (Red+Green+Blue) = 250+120+73=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7849 is #0587B6. Grayscale: #999999. Windows color (decimal): -362423 or 4815098. OLE color: 4815098.

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

Color convert

RGB 250 120 73 -
CMYK 0 0.52 0.71 0.02
HSL 15.93º 0.95% 0.63% -
HSV(B) 15.93º 0.71% 0.98% -
XYZ 47.34 34.24 10.42 -
YUV 153.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 250 120 73 0 0.52 0.71 0.02 15.93 0.95 0.63
Hex FA 78 49 0 34 47 2 10 5F 3F
Octal 372 170 111 0 64 107 2 20 137 77
Binary 11111010 1111000 1001001 0 110100 1000111 10 10000 1011111 111111

Color Harmonies of #FA7849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7849

Black with #FA7849

Text Example


Text Example

White with #FA7849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7849; }

 p { color: rgb(250,120,73); }

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

background-color css

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

 a { background-color: rgb(250,120,73); }

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

border-color css

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

 span { border-color: rgb(250,120,73); }

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