#FF7C5C

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

Shades of Coral #FF7C5C

Tints of Coral #FF7C5C

Color information

#FF7C5C (or 0xFF7C5C) is unknown color: approx Coral. HEX triplet: FF, 7C and 5C. RGB value is (255,124,92). Sum of RGB (Red+Green+Blue) = 255+124+92=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C5C is #0083A3. Grayscale: #9F9F9F. Windows color (decimal): -33700 or 6061311. OLE color: 6061311.

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

Color convert

RGB25512492-
CMYK00.510.640
HSL11.78º100%68.04%-
HSV(B)11.78º63.92%100%-
XYZ50.3836.4514.51-
YUV159.5289.9196.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=54.14%
G=26.33%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551249200.510.64011.7810068.04
HexFF7C5C033400c6444
Octal377174134063100014144104
Binary1111111111111001011100011001110000000110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C5C; }

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

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

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

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

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

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

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

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