#FF8655

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

Shades of Coral #FF8655

Tints of Coral #FF8655

Color information

#FF8655 (or 0xFF8655) is unknown color: approx Coral. HEX triplet: FF, 86 and 55. RGB value is (255,134,85). Sum of RGB (Red+Green+Blue) = 255+134+85=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8655 is #0079AA. Grayscale: #A4A4A4. Windows color (decimal): -31147 or 5605119. OLE color: 5605119.

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

Color convert

RGB25513485-
CMYK00.470.670
HSL17.29º100%66.67%-
HSV(B)17.29º66.67%100%-
XYZ51.438.9713.41-
YUV164.5983.09192.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=53.80%
G=28.27%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551348500.470.67017.2910066.67
HexFF865502F430116443
Octal377206125057103021144103
Binary111111111000011010101010101111100001101000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8655; }

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

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

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

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

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

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

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

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