#FF895E

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

Shades of Crusta #FF895E

Tints of Crusta #FF895E

Color information

#FF895E (or 0xFF895E) is unknown color: approx Crusta. HEX triplet: FF, 89 and 5E. RGB value is (255,137,94). Sum of RGB (Red+Green+Blue) = 255+137+94=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF895E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF895E is #0076A1. Grayscale: #A7A7A7. Windows color (decimal): -30370 or 6195711. OLE color: 6195711.

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

Color convert

RGB25513794-
CMYK00.460.630
HSL16.02º100%68.43%-
HSV(B)16.02º63.14%100%-
XYZ52.2139.9615.55-
YUV167.3886.59190.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=52.47%
G=28.19%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551379400.460.63016.0210068.43
HexFF895E02E3F0106444
Octal37721113605677020144104
Binary11111111100010011011110010111011111101000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF895E; }

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

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

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

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

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

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

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

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