Html Css Color HEX #FA844A Coral

📋 copy color: '#FA844A'

red 250 ◦ green 132 ◦ blue 74

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

Shades of Coral #FA844A

Tints of Coral #FA844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 54.82%
G = 28.95%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA844A (or 0xFA844A) is known color: Coral. HEX triplet: FA, 84 and 4A. RGB value is (250,132,74). Sum of RGB (Red+Green+Blue) = 250+132+74=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA844A is #057BB5. Grayscale: #A1A1A1. Windows color (decimal): -359350 or 4883706. OLE color: 4883706.

HSL color Cylindrical-coordinate representation of color #FA844A: hue angle of 19.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA844A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 74 -
CMYK 0 0.47 0.70 0.02
HSL 19.77º 0.95% 0.64% -
HSV(B) 19.77º 0.7% 0.98% -
XYZ 48.91 37.32 11.1 -
YUV 160.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 250 132 74 0 0.47 0.70 0.02 19.77 0.95 0.64
Hex FA 84 4A 0 2F 46 2 14 5F 40
Octal 372 204 112 0 57 106 2 24 137 100
Binary 11111010 10000100 1001010 0 101111 1000110 10 10100 1011111 1000000

Color Harmonies of #FA844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA844A

Black with #FA844A

Text Example


Text Example

White with #FA844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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