Html Css Color HEX #FA844F Coral

📋 copy color: '#FA844F'

red 250 ◦ green 132 ◦ blue 79

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

Shades of Coral #FA844F

Tints of Coral #FA844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 54.23%
G = 28.63%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA844F (or 0xFA844F) is known color: Coral. HEX triplet: FA, 84 and 4F. RGB value is (250,132,79). Sum of RGB (Red+Green+Blue) = 250+132+79=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA844F is #057BB0. Grayscale: #A1A1A1. Windows color (decimal): -359345 or 5211386. OLE color: 5211386.

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

Color convert

RGB 250 132 79 -
CMYK 0 0.47 0.68 0.02
HSL 18.6º 0.94% 0.65% -
HSV(B) 18.6º 0.68% 0.98% -
XYZ 49.09 37.39 12.03 -
YUV 161.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 250 132 79 0 0.47 0.68 0.02 18.6 0.94 0.65
Hex FA 84 4F 0 2F 44 2 13 5E 41
Octal 372 204 117 0 57 104 2 23 136 101
Binary 11111010 10000100 1001111 0 101111 1000100 10 10011 1011110 1000001

Color Harmonies of #FA844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA844F

Black with #FA844F

Text Example


Text Example

White with #FA844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA844F; }

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

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

background-color css

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

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

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

border-color css

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

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

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