#FA8856

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

Shades of Crusta #FA8856

Tints of Crusta #FA8856

Color information

#FA8856 (or 0xFA8856) is unknown color: approx Crusta. HEX triplet: FA, 88 and 56. RGB value is (250,136,86). Sum of RGB (Red+Green+Blue) = 250+136+86=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8856 is #0577A9. Grayscale: #A4A4A4. Windows color (decimal): -358314 or 5671162. OLE color: 5671162.

HSL color Cylindrical-coordinate representation of color #FA8856: hue angle of 18.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA8856 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB25013686-
CMYK00.460.660.02
HSL18.29º94.25%65.88%-
HSV(B)18.29º65.6%98.04%-
XYZ49.9138.613.63-
YUV164.3983.77189.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.97%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=52.97%
G=28.81%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501368600.460.660.0218.2994.2565.88
HexFA885602E422125e42
Octal372210126056102222136102
Binary1111101010001000101011001011101000010101001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8856; }

 p { color: rgb(250,136,86); }

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

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

 a { background-color: rgb(250,136,86); }

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

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

 span { border-color: rgb(250,136,86); }

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