#FA845D

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

Shades of Crusta #FA845D

Tints of Crusta #FA845D

Color information

#FA845D (or 0xFA845D) is unknown color: approx Crusta. HEX triplet: FA, 84 and 5D. RGB value is (250,132,93). Sum of RGB (Red+Green+Blue) = 250+132+93=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA845D is #057BA2. Grayscale: #A3A3A3. Windows color (decimal): -359331 or 6128890. OLE color: 6128890.

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

Color convert

RGB25013293-
CMYK00.470.630.02
HSL14.9º94.01%67.25%-
HSV(B)14.9º62.8%98.04%-
XYZ49.6537.6215-
YUV162.8488.59190.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.63%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=52.63%
G=27.79%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501329300.470.630.0214.994.0167.25
HexFA845D02F3F2f5e43
Octal37220413505777217136103
Binary11111010100001001011101010111111111110111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA845D; }

 p { color: rgb(250,132,93); }

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

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

 a { background-color: rgb(250,132,93); }

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

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

 span { border-color: rgb(250,132,93); }

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