#FA8761

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

Shades of Crusta #FA8761

Tints of Crusta #FA8761

Color information

#FA8761 (or 0xFA8761) is unknown color: approx Crusta. HEX triplet: FA, 87 and 61. RGB value is (250,135,97). Sum of RGB (Red+Green+Blue) = 250+135+97=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8761 is #05789E. Grayscale: #A5A5A5. Windows color (decimal): -358559 or 6391802. OLE color: 6391802.

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

Color convert

RGB25013597-
CMYK00.460.610.02
HSL14.9º93.87%68.04%-
HSV(B)14.9º61.2%98.04%-
XYZ50.2538.5216.1-
YUV165.0589.6188.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=51.87%
G=28.01%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501359700.460.610.0214.993.8768.04
HexFA876102E3D2f5e44
Octal37220714105675217136104
Binary11111010100001111100001010111011110110111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8761; }

 p { color: rgb(250,135,97); }

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

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

 a { background-color: rgb(250,135,97); }

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

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

 span { border-color: rgb(250,135,97); }

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