#FEA45D

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

Shades of Sandy Brown #FEA45D

Tints of Sandy Brown #FEA45D

Color information

#FEA45D (or 0xFEA45D) is unknown color: approx Sandy Brown. HEX triplet: FE, A4 and 5D. RGB value is (254,164,93). Sum of RGB (Red+Green+Blue) = 254+164+93=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA45D is #015BA2. Grayscale: #B7B7B7. Windows color (decimal): -88995 or 6137086. OLE color: 6137086.

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

Color convert

RGB25416493-
CMYK00.350.630.00
HSL26.46º98.77%68.04%-
HSV(B)26.46º63.39%99.61%-
XYZ56.1248.4116.74-
YUV182.8277.32178.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=49.71%
G=32.09%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541649300.350.630.0026.4698.7768.04
HexFEA45D0233F01a6344
Octal37624413504377032143104
Binary11111110101001001011101010001111111101101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA45D; }

 p { color: rgb(254,164,93); }

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

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

 a { background-color: rgb(254,164,93); }

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

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

 span { border-color: rgb(254,164,93); }

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