#FEA260

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

Shades of Sandy Brown #FEA260

Tints of Sandy Brown #FEA260

Color information

#FEA260 (or 0xFEA260) is unknown color: approx Sandy Brown. HEX triplet: FE, A2 and 60. RGB value is (254,162,96). Sum of RGB (Red+Green+Blue) = 254+162+96=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA260 is #015D9F. Grayscale: #B6B6B6. Windows color (decimal): -89504 or 6333182. OLE color: 6333182.

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

Color convert

RGB25416296-
CMYK00.360.620.00
HSL25.06º98.75%68.63%-
HSV(B)25.06º62.2%99.61%-
XYZ55.947.7617.34-
YUV181.9879.48179.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=49.61%
G=31.64%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541629600.360.620.0025.0698.7568.63
HexFEA2600243E0196345
Octal37624214004476031143105
Binary11111110101000101100000010010011111001100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA260; }

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

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

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

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

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

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

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

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