#FEA157

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

Shades of Sandy Brown #FEA157

Tints of Sandy Brown #FEA157

Color information

#FEA157 (or 0xFEA157) is unknown color: approx Sandy Brown. HEX triplet: FE, A1 and 57. RGB value is (254,161,87). Sum of RGB (Red+Green+Blue) = 254+161+87=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA157 is #015EA8. Grayscale: #B4B4B4. Windows color (decimal): -89769 or 5743102. OLE color: 5743102.

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

Color convert

RGB25416187-
CMYK00.370.660.00
HSL26.59º98.82%66.86%-
HSV(B)26.59º65.75%99.61%-
XYZ55.3447.2515.22-
YUV180.3775.31180.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 87 (34.38% from 255) = 17.33%
R=50.60%
G=32.07%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541618700.370.660.0026.5998.8266.86
HexFEA1570254201b6343
Octal376241127045102033143103
Binary111111101010000110101110100101100001001101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA157; }

 p { color: rgb(254,161,87); }

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

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

 a { background-color: rgb(254,161,87); }

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

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

 span { border-color: rgb(254,161,87); }

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