#FE895A

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

Shades of Crusta #FE895A

Tints of Crusta #FE895A

Color information

#FE895A (or 0xFE895A) is unknown color: approx Crusta. HEX triplet: FE, 89 and 5A. RGB value is (254,137,90). Sum of RGB (Red+Green+Blue) = 254+137+90=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE895A is #0176A5. Grayscale: #A6A6A6. Windows color (decimal): -95910 or 5933566. OLE color: 5933566.

HSL color Cylindrical-coordinate representation of color #FE895A: hue angle of 17.2º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE895A is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB25413790-
CMYK00.460.650.00
HSL17.2º98.8%67.45%-
HSV(B)17.2º64.57%99.61%-
XYZ51.6639.714.61-
YUV166.6284.76190.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.81%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=52.81%
G=28.48%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541379000.460.650.0017.298.867.45
HexFE895A02E410116343
Octal376211132056101021143103
Binary111111101000100110110100101110100000101000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE895A; }

 p { color: rgb(254,137,90); }

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

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

 a { background-color: rgb(254,137,90); }

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

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

 span { border-color: rgb(254,137,90); }

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