#FF885C

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

Shades of Coral #FF885C

Tints of Coral #FF885C

Color information

#FF885C (or 0xFF885C) is unknown color: approx Coral. HEX triplet: FF, 88 and 5C. RGB value is (255,136,92). Sum of RGB (Red+Green+Blue) = 255+136+92=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF885C is #0077A3. Grayscale: #A6A6A6. Windows color (decimal): -30628 or 6064383. OLE color: 6064383.

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

Color convert

RGB25513692-
CMYK00.470.640
HSL16.2º100%68.04%-
HSV(B)16.2º63.92%100%-
XYZ51.9839.6415.04-
YUV166.5685.92191.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=52.80%
G=28.16%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551369200.470.64016.210068.04
HexFF885C02F400106444
Octal377210134057100020144104
Binary111111111000100010111000101111100000001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF885C; }

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

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

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

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

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

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

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

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