Html Css Color HEX #FA8449 Coral

📋 copy color: '#FA8449'

red 250 ◦ green 132 ◦ blue 73

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

Shades of Coral #FA8449

Tints of Coral #FA8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

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

R = 54.95%
G = 29.01%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA8449 (or 0xFA8449) is known color: Coral. HEX triplet: FA, 84 and 49. RGB value is (250,132,73). Sum of RGB (Red+Green+Blue) = 250+132+73=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8449 is #057BB6. Grayscale: #A0A0A0. Windows color (decimal): -359351 or 4818170. OLE color: 4818170.

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

Color convert

RGB 250 132 73 -
CMYK 0 0.47 0.71 0.02
HSL 20º 0.95% 0.63% -
HSV(B) 20º 0.71% 0.98% -
XYZ 48.88 37.31 10.93 -
YUV 160.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 250 132 73 0 0.47 0.71 0.02 20 0.95 0.63
Hex FA 84 49 0 2F 47 2 14 5F 3F
Octal 372 204 111 0 57 107 2 24 137 77
Binary 11111010 10000100 1001001 0 101111 1000111 10 10100 1011111 111111

Color Harmonies of #FA8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8449

Black with #FA8449

Text Example


Text Example

White with #FA8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8449; }

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

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

background-color css

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

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

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

border-color css

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

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

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