#F5A25D

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

Shades of Sandy Brown #F5A25D

Tints of Sandy Brown #F5A25D

Color information

#F5A25D (or 0xF5A25D) is unknown color: approx Sandy Brown. HEX triplet: F5, A2 and 5D. RGB value is (245,162,93). Sum of RGB (Red+Green+Blue) = 245+162+93=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A25D is #0A5DA2. Grayscale: #B3B3B3. Windows color (decimal): -679331 or 6136565. OLE color: 6136565.

HSL color Cylindrical-coordinate representation of color #F5A25D: hue angle of 27.24º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5A25D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24516293-
CMYK00.340.620.04
HSL27.24º88.37%66.27%-
HSV(B)27.24º62.04%96.08%-
XYZ52.5546.0416.47-
YUV178.9579.5175.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=49%
G=32.4%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451629300.340.620.0427.2488.3766.27
HexF5A25D0223E41b5842
Octal36524213504276433130102
Binary1111010110100010101110101000101111101001101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A25D; }

 p { color: rgb(245,162,93); }

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

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

 a { background-color: rgb(245,162,93); }

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

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

 span { border-color: rgb(245,162,93); }

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