#FA8A49

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

Shades of Crusta #FA8A49

Tints of Crusta #FA8A49

Color information

#FA8A49 (or 0xFA8A49) is unknown color: approx Crusta. HEX triplet: FA, 8A and 49. RGB value is (250,138,73). Sum of RGB (Red+Green+Blue) = 250+138+73=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A49 is #0575B6. Grayscale: #A4A4A4. Windows color (decimal): -357815 or 4819706. OLE color: 4819706.

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

Color convert

RGB25013873-
CMYK00.450.710.02
HSL22.03º94.65%63.33%-
HSV(B)22.03º70.8%98.04%-
XYZ49.7238.9811.21-
YUV164.0876.61189.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.23%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 73 (28.91% from 255) = 15.84%
R=54.23%
G=29.93%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501387300.450.710.0222.0394.6563.33
HexFA8A4902D472165f3f
Octal37221211105510722613777
Binary111110101000101010010010101101100011110101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A49; }

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

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

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

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

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

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

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

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