#FF865E

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

Shades of Coral #FF865E

Tints of Coral #FF865E

Color information

#FF865E (or 0xFF865E) is unknown color: approx Coral. HEX triplet: FF, 86 and 5E. RGB value is (255,134,94). Sum of RGB (Red+Green+Blue) = 255+134+94=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF865E is #0079A1. Grayscale: #A5A5A5. Windows color (decimal): -31138 or 6194943. OLE color: 6194943.

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

Color convert

RGB25513494-
CMYK00.470.630
HSL14.91º100%68.43%-
HSV(B)14.91º63.14%100%-
XYZ51.7939.1215.41-
YUV165.6287.59191.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 94 (37.11% from 255) = 19.46%
R=52.80%
G=27.74%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551349400.470.63014.9110068.43
HexFF865E02F3F0f6444
Octal37720613605777017144104
Binary1111111110000110101111001011111111110111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF865E; }

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

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

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

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

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

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

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

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