#FA8446

Color #FA8446 Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FA8446

Tints of Coral #FA8446

Color information

#FA8446 (or 0xFA8446) is unknown color: approx Coral. HEX triplet: FA, 84 and 46. RGB value is (250,132,70). Sum of RGB (Red+Green+Blue) = 250+132+70=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8446 is #057BB9. Grayscale: #A0A0A0. Windows color (decimal): -359354 or 4621562. OLE color: 4621562.

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

Color convert

RGB25013270-
CMYK00.470.720.02
HSL20.67º94.74%62.75%-
HSV(B)20.67º72%98.04%-
XYZ48.7837.2710.42-
YUV160.2177.09192.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 70 (27.73% from 255) = 15.49%
R=55.31%
G=29.20%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501327000.470.720.0220.6794.7462.75
HexFA844602F482155f3f
Octal37220410605711022513777
Binary111110101000010010001100101111100100010101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8446; }

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

 H1.HeaderClassName
 {
   color: #FA8446;
 }
 .AnyTagClassName
 {
   color: #FA8446;
 }
</style>
background-color css

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

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

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

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

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

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