#FEA256

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

Shades of Sandy Brown #FEA256

Tints of Sandy Brown #FEA256

Color information

#FEA256 (or 0xFEA256) is unknown color: approx Sandy Brown. HEX triplet: FE, A2 and 56. RGB value is (254,162,86). Sum of RGB (Red+Green+Blue) = 254+162+86=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA256 is #015DA9. Grayscale: #B5B5B5. Windows color (decimal): -89514 or 5677822. OLE color: 5677822.

HSL color Cylindrical-coordinate representation of color #FEA256: hue angle of 27.14º 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 #FEA256 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB25416286-
CMYK00.360.660.00
HSL27.14º98.82%66.67%-
HSV(B)27.14º66.14%99.61%-
XYZ55.4747.5815.06-
YUV180.8474.48180.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 86 (33.98% from 255) = 17.13%
R=50.60%
G=32.27%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541628600.360.660.0027.1498.8266.67
HexFEA2560244201b6343
Octal376242126044102033143103
Binary111111101010001010101100100100100001001101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA256; }

 p { color: rgb(254,162,86); }

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

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

 a { background-color: rgb(254,162,86); }

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

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

 span { border-color: rgb(254,162,86); }

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