#FF774D

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

Shades of Coral #FF774D

Tints of Coral #FF774D

Color information

#FF774D (or 0xFF774D) is unknown color: approx Coral. HEX triplet: FF, 77 and 4D. RGB value is (255,119,77). Sum of RGB (Red+Green+Blue) = 255+119+77=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF774D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF774D is #0088B2. Grayscale: #9B9B9B. Windows color (decimal): -34995 or 5076991. OLE color: 5076991.

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

Color convert

RGB25511977-
CMYK00.530.700
HSL14.16º100%65.1%-
HSV(B)14.16º69.8%100%-
XYZ49.1834.9911.18-
YUV154.8884.06199.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.54%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=56.54%
G=26.39%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551197700.530.70014.1610065.1
HexFF774D035460e6441
Octal377167115065106016144101
Binary1111111111101111001101011010110001100111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF774D; }

 p { color: rgb(255,119,77); }

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

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

 a { background-color: rgb(255,119,77); }

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

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

 span { border-color: rgb(255,119,77); }

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