#FEA360

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

Shades of Sandy Brown #FEA360

Tints of Sandy Brown #FEA360

Color information

#FEA360 (or 0xFEA360) is unknown color: approx Sandy Brown. HEX triplet: FE, A3 and 60. RGB value is (254,163,96). Sum of RGB (Red+Green+Blue) = 254+163+96=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA360 is #015C9F. Grayscale: #B6B6B6. Windows color (decimal): -89248 or 6333438. OLE color: 6333438.

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

Color convert

RGB25416396-
CMYK00.360.620.00
HSL25.44º98.75%68.63%-
HSV(B)25.44º62.2%99.61%-
XYZ56.0848.1117.4-
YUV182.5779.15178.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=49.51%
G=31.77%
B=18.71%

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
Decimal2541639600.360.620.0025.4498.7568.63
HexFEA3600243E0196345
Octal37624314004476031143105
Binary11111110101000111100000010010011111001100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA360; }

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

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

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

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

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

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

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

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