#FA804F

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

Shades of Coral #FA804F

Tints of Coral #FA804F

Color information

#FA804F (or 0xFA804F) is unknown color: approx Coral. HEX triplet: FA, 80 and 4F. RGB value is (250,128,79). Sum of RGB (Red+Green+Blue) = 250+128+79=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA804F is #057FB0. Grayscale: #9F9F9F. Windows color (decimal): -360369 or 5210362. OLE color: 5210362.

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

Color convert

RGB25012879-
CMYK00.490.680.02
HSL17.19º94.48%64.51%-
HSV(B)17.19º68.4%98.04%-
XYZ48.5536.3311.85-
YUV158.8982.92192.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 79 (31.25% from 255) = 17.29%
R=54.70%
G=28.01%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501287900.490.680.0217.1994.4864.51
HexFA804F031442115e41
Octal372200117061104221136101
Binary1111101010000000100111101100011000100101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA804F; }

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

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

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

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

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

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

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

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