#FF7D5C

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

Shades of Coral #FF7D5C

Tints of Coral #FF7D5C

Color information

#FF7D5C (or 0xFF7D5C) is unknown color: approx Coral. HEX triplet: FF, 7D and 5C. RGB value is (255,125,92). Sum of RGB (Red+Green+Blue) = 255+125+92=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D5C is #0082A3. Grayscale: #A0A0A0. Windows color (decimal): -33444 or 6061567. OLE color: 6061567.

HSL color Cylindrical-coordinate representation of color #FF7D5C: hue angle of 12.15º 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 #FF7D5C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25512592-
CMYK00.510.640
HSL12.15º100%68.04%-
HSV(B)12.15º63.92%100%-
XYZ50.5136.714.55-
YUV160.1189.57195.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=54.03%
G=26.48%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551259200.510.64012.1510068.04
HexFF7D5C033400c6444
Octal377175134063100014144104
Binary1111111111111011011100011001110000000110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D5C; }

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

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

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

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

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

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

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

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