#FA8649

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

Shades of Crusta #FA8649

Tints of Crusta #FA8649

Color information

#FA8649 (or 0xFA8649) is unknown color: approx Crusta. HEX triplet: FA, 86 and 49. RGB value is (250,134,73). Sum of RGB (Red+Green+Blue) = 250+134+73=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8649 is #0579B6. Grayscale: #A2A2A2. Windows color (decimal): -358839 or 4818682. OLE color: 4818682.

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

Color convert

RGB25013473-
CMYK00.460.710.02
HSL20.68º94.65%63.33%-
HSV(B)20.68º70.8%98.04%-
XYZ49.1537.8611.02-
YUV161.7377.93190.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=54.70%
G=29.32%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501347300.460.710.0220.6894.6563.33
HexFA864902E472155f3f
Octal37220611105610722513777
Binary111110101000011010010010101110100011110101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8649; }

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

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

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

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

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

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

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

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