Html Css Color HEX #FA8049 Coral

📋 copy color: '#FA8049'

red 250 ◦ green 128 ◦ blue 73

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

Shades of Coral #FA8049

Tints of Coral #FA8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 55.43%
G = 28.38%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA8049 (or 0xFA8049) is known color: Coral. HEX triplet: FA, 80 and 49. RGB value is (250,128,73). Sum of RGB (Red+Green+Blue) = 250+128+73=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8049 is #057FB6. Grayscale: #9E9E9E. Windows color (decimal): -360375 or 4817146. OLE color: 4817146.

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

Color convert

RGB 250 128 73 -
CMYK 0 0.49 0.71 0.02
HSL 18.64º 0.95% 0.63% -
HSV(B) 18.64º 0.71% 0.98% -
XYZ 48.35 36.24 10.75 -
YUV 158.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 250 128 73 0 0.49 0.71 0.02 18.64 0.95 0.63
Hex FA 80 49 0 31 47 2 13 5F 3F
Octal 372 200 111 0 61 107 2 23 137 77
Binary 11111010 10000000 1001001 0 110001 1000111 10 10011 1011111 111111

Color Harmonies of #FA8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8049

Black with #FA8049

Text Example


Text Example

White with #FA8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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