Html Css Color HEX #FA8047 Coral

📋 copy color: '#FA8047'

red 250 ◦ green 128 ◦ blue 71

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

Shades of Coral #FA8047

Tints of Coral #FA8047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.81%

R = 55.68%
G = 28.51%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA8047 (or 0xFA8047) is known color: Coral. HEX triplet: FA, 80 and 47. RGB value is (250,128,71). Sum of RGB (Red+Green+Blue) = 250+128+71=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8047 is #057FB8. Grayscale: #9E9E9E. Windows color (decimal): -360377 or 4686074. OLE color: 4686074.

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

Color convert

RGB 250 128 71 -
CMYK 0 0.49 0.72 0.02
HSL 19.11º 0.95% 0.63% -
HSV(B) 19.11º 0.72% 0.98% -
XYZ 48.28 36.22 10.41 -
YUV 157.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 250 128 71 0 0.49 0.72 0.02 19.11 0.95 0.63
Hex FA 80 47 0 31 48 2 13 5F 3F
Octal 372 200 107 0 61 110 2 23 137 77
Binary 11111010 10000000 1000111 0 110001 1001000 10 10011 1011111 111111

Color Harmonies of #FA8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8047

Black with #FA8047

Text Example


Text Example

White with #FA8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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