#FF855C

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

Shades of Coral #FF855C

Tints of Coral #FF855C

Color information

#FF855C (or 0xFF855C) is unknown color: approx Coral. HEX triplet: FF, 85 and 5C. RGB value is (255,133,92). Sum of RGB (Red+Green+Blue) = 255+133+92=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF855C is #007AA3. Grayscale: #A5A5A5. Windows color (decimal): -31396 or 6063615. OLE color: 6063615.

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

Color convert

RGB25513392-
CMYK00.480.640
HSL15.09º100%68.04%-
HSV(B)15.09º63.92%100%-
XYZ51.5638.8114.9-
YUV164.886.92192.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 92 (36.33% from 255) = 19.17%
R=53.12%
G=27.71%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551339200.480.64015.0910068.04
HexFF855C030400f6444
Octal377205134060100017144104
Binary11111111100001011011100011000010000000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF855C; }

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

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

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

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

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

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

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

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