#FA7D52

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

Shades of Coral #FA7D52

Tints of Coral #FA7D52

Color information

#FA7D52 (or 0xFA7D52) is unknown color: approx Coral. HEX triplet: FA, 7D and 52. RGB value is (250,125,82). Sum of RGB (Red+Green+Blue) = 250+125+82=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D52 is #0582AD. Grayscale: #9D9D9D. Windows color (decimal): -361134 or 5406202. OLE color: 5406202.

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

Color convert

RGB25012582-
CMYK00.500.670.02
HSL15.36º94.38%65.1%-
HSV(B)15.36º67.2%98.04%-
XYZ48.2835.612.31-
YUV157.4785.41194-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=54.70%
G=27.35%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501258200.500.670.0215.3694.3865.1
HexFA7D52032432f5e41
Octal372175122062103217136101
Binary11111010111110110100100110010100001110111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D52; }

 p { color: rgb(250,125,82); }

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

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

 a { background-color: rgb(250,125,82); }

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

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

 span { border-color: rgb(250,125,82); }

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