#FA8C5F

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

Shades of Crusta #FA8C5F

Tints of Crusta #FA8C5F

Color information

#FA8C5F (or 0xFA8C5F) is unknown color: approx Crusta. HEX triplet: FA, 8C and 5F. RGB value is (250,140,95). Sum of RGB (Red+Green+Blue) = 250+140+95=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C5F is #0573A0. Grayscale: #A8A8A8. Windows color (decimal): -357281 or 6262010. OLE color: 6262010.

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

Color convert

RGB25014095-
CMYK00.440.620.02
HSL17.42º93.94%67.65%-
HSV(B)17.42º62%98.04%-
XYZ50.8739.9115.85-
YUV167.7686.94186.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=51.55%
G=28.87%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501409500.440.620.0217.4293.9467.65
HexFA8C5F02C3E2115e44
Octal37221413705476221136104
Binary111110101000110010111110101100111110101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C5F; }

 p { color: rgb(250,140,95); }

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

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

 a { background-color: rgb(250,140,95); }

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

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

 span { border-color: rgb(250,140,95); }

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