#FF864E

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

Shades of Coral #FF864E

Tints of Coral #FF864E

Color information

#FF864E (or 0xFF864E) is unknown color: approx Coral. HEX triplet: FF, 86 and 4E. RGB value is (255,134,78). Sum of RGB (Red+Green+Blue) = 255+134+78=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF864E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF864E is #0079B1. Grayscale: #A4A4A4. Windows color (decimal): -31154 or 5146367. OLE color: 5146367.

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

Color convert

RGB25513478-
CMYK00.470.690
HSL18.98º100%65.29%-
HSV(B)18.98º69.41%100%-
XYZ51.1438.8612.01-
YUV163.7979.59193.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.60%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 78 (30.86% from 255) = 16.70%
R=54.60%
G=28.69%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551347800.470.69018.9810065.29
HexFF864E02F450136441
Octal377206116057105023144101
Binary111111111000011010011100101111100010101001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF864E; }

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

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

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

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

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

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

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

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