#FF7C58

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

Shades of Coral #FF7C58

Tints of Coral #FF7C58

Color information

#FF7C58 (or 0xFF7C58) is unknown color: approx Coral. HEX triplet: FF, 7C and 58. RGB value is (255,124,88). Sum of RGB (Red+Green+Blue) = 255+124+88=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C58 is #0083A7. Grayscale: #9F9F9F. Windows color (decimal): -33704 or 5799167. OLE color: 5799167.

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

Color convert

RGB25512488-
CMYK00.510.650
HSL12.93º100%67.25%-
HSV(B)12.93º65.49%100%-
XYZ50.2136.3813.61-
YUV159.0687.9196.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.60%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 88 (34.77% from 255) = 18.84%
R=54.60%
G=26.55%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551248800.510.65012.9310067.25
HexFF7C58033410d6443
Octal377174130063101015144103
Binary1111111111111001011000011001110000010110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C58; }

 p { color: rgb(255,124,88); }

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

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

 a { background-color: rgb(255,124,88); }

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

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

 span { border-color: rgb(255,124,88); }

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