#FF854E

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

Shades of Coral #FF854E

Tints of Coral #FF854E

Color information

#FF854E (or 0xFF854E) is unknown color: approx Coral. HEX triplet: FF, 85 and 4E. RGB value is (255,133,78). Sum of RGB (Red+Green+Blue) = 255+133+78=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF854E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF854E is #007AB1. Grayscale: #A3A3A3. Windows color (decimal): -31410 or 5146111. OLE color: 5146111.

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

Color convert

RGB25513378-
CMYK00.480.690
HSL18.64º100%65.29%-
HSV(B)18.64º69.41%100%-
XYZ5138.5911.97-
YUV163.2179.92193.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 78 (30.86% from 255) = 16.74%
R=54.72%
G=28.54%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551337800.480.69018.6410065.29
HexFF854E030450136441
Octal377205116060105023144101
Binary111111111000010110011100110000100010101001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF854E; }

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

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

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

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

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

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

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

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