#FEA25A

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

Shades of Sandy Brown #FEA25A

Tints of Sandy Brown #FEA25A

Color information

#FEA25A (or 0xFEA25A) is unknown color: approx Sandy Brown. HEX triplet: FE, A2 and 5A. RGB value is (254,162,90). Sum of RGB (Red+Green+Blue) = 254+162+90=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA25A is #015DA5. Grayscale: #B5B5B5. Windows color (decimal): -89510 or 5939966. OLE color: 5939966.

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

Color convert

RGB25416290-
CMYK00.360.650.00
HSL26.34º98.8%67.45%-
HSV(B)26.34º64.57%99.61%-
XYZ55.6447.6515.94-
YUV181.376.48179.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 90 (35.55% from 255) = 17.79%
R=50.20%
G=32.02%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541629000.360.650.0026.3498.867.45
HexFEA25A0244101a6343
Octal376242132044101032143103
Binary111111101010001010110100100100100000101101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA25A; }

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

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

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

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

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

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

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

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