#FA8661

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

Shades of Crusta #FA8661

Tints of Crusta #FA8661

Color information

#FA8661 (or 0xFA8661) is unknown color: approx Crusta. HEX triplet: FA, 86 and 61. RGB value is (250,134,97). Sum of RGB (Red+Green+Blue) = 250+134+97=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8661 is #05799E. Grayscale: #A4A4A4. Windows color (decimal): -358815 or 6391546. OLE color: 6391546.

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

Color convert

RGB25013497-
CMYK00.460.610.02
HSL14.51º93.87%68.04%-
HSV(B)14.51º61.2%98.04%-
XYZ50.1138.2416.05-
YUV164.4789.93189.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=51.98%
G=27.86%
B=20.17%

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
Decimal2501349700.460.610.0214.5193.8768.04
HexFA866102E3D2f5e44
Octal37220614105675217136104
Binary11111010100001101100001010111011110110111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8661; }

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

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

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

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

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

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

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

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