#FF714E

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

Shades of Coral #FF714E

Tints of Coral #FF714E

Color information

#FF714E (or 0xFF714E) is unknown color: approx Coral. HEX triplet: FF, 71 and 4E. RGB value is (255,113,78). Sum of RGB (Red+Green+Blue) = 255+113+78=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF714E is #008EB1. Grayscale: #979797. Windows color (decimal): -36530 or 5140991. OLE color: 5140991.

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

Color convert

RGB25511378-
CMYK00.560.690
HSL11.86º100%65.29%-
HSV(B)11.86º69.41%100%-
XYZ48.5233.6211.14-
YUV151.4786.54201.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=57.17%
G=25.34%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551137800.560.69011.8610065.29
HexFF714E038450c6441
Octal377161116070105014144101
Binary1111111111100011001110011100010001010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF714E; }

 p { color: rgb(255,113,78); }

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

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

 a { background-color: rgb(255,113,78); }

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

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

 span { border-color: rgb(255,113,78); }

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