#FA8D4E

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

Shades of Crusta #FA8D4E

Tints of Crusta #FA8D4E

Color information

#FA8D4E (or 0xFA8D4E) is unknown color: approx Crusta. HEX triplet: FA, 8D and 4E. RGB value is (250,141,78). Sum of RGB (Red+Green+Blue) = 250+141+78=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D4E is #0572B1. Grayscale: #A6A6A6. Windows color (decimal): -357042 or 5148154. OLE color: 5148154.

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

Color convert

RGB25014178-
CMYK00.440.690.02
HSL21.98º94.51%64.31%-
HSV(B)21.98º68.8%98.04%-
XYZ50.3239.9212.26-
YUV166.4178.11187.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 78 (30.86% from 255) = 16.63%
R=53.30%
G=30.06%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501417800.440.690.0221.9894.5164.31
HexFA8D4E02C452165f40
Octal372215116054105226137100
Binary1111101010001101100111001011001000101101011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D4E; }

 p { color: rgb(250,141,78); }

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

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

 a { background-color: rgb(250,141,78); }

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

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

 span { border-color: rgb(250,141,78); }

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