#FF734C

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

Shades of Coral #FF734C

Tints of Coral #FF734C

Color information

#FF734C (or 0xFF734C) is unknown color: approx Coral. HEX triplet: FF, 73 and 4C. RGB value is (255,115,76). Sum of RGB (Red+Green+Blue) = 255+115+76=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF734C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF734C is #008CB3. Grayscale: #989898. Windows color (decimal): -36020 or 5010431. OLE color: 5010431.

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

Color convert

RGB25511576-
CMYK00.550.700
HSL13.07º100%64.9%-
HSV(B)13.07º70.2%100%-
XYZ48.6834.0410.84-
YUV152.4184.88201.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 76 (30.08% from 255) = 17.04%
R=57.17%
G=25.78%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551157600.550.70013.0710064.9
HexFF734C037460d6441
Octal377163114067106015144101
Binary1111111111100111001100011011110001100110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF734C; }

 p { color: rgb(255,115,76); }

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

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

 a { background-color: rgb(255,115,76); }

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

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

 span { border-color: rgb(255,115,76); }

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