#FA8E55

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

Shades of Crusta #FA8E55

Tints of Crusta #FA8E55

Color information

#FA8E55 (or 0xFA8E55) is unknown color: approx Crusta. HEX triplet: FA, 8E and 55. RGB value is (250,142,85). Sum of RGB (Red+Green+Blue) = 250+142+85=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E55 is #0571AA. Grayscale: #A8A8A8. Windows color (decimal): -356779 or 5607162. OLE color: 5607162.

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

Color convert

RGB25014285-
CMYK00.430.660.02
HSL20.73º94.29%65.69%-
HSV(B)20.73º66%98.04%-
XYZ50.7440.3313.7-
YUV167.7981.28186.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=52.41%
G=29.77%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501428500.430.660.0220.7394.2965.69
HexFA8E5502B422155e42
Octal372216125053102225136102
Binary1111101010001110101010101010111000010101010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E55; }

 p { color: rgb(250,142,85); }

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

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

 a { background-color: rgb(250,142,85); }

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

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

 span { border-color: rgb(250,142,85); }

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