#F5A75A

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

Shades of Sandy Brown #F5A75A

Tints of Sandy Brown #F5A75A

Color information

#F5A75A (or 0xF5A75A) is unknown color: approx Sandy Brown. HEX triplet: F5, A7 and 5A. RGB value is (245,167,90). Sum of RGB (Red+Green+Blue) = 245+167+90=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A75A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A75A is #0A58A5. Grayscale: #B5B5B5. Windows color (decimal): -678054 or 5941237. OLE color: 5941237.

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

Color convert

RGB24516790-
CMYK00.320.630.04
HSL29.81º88.57%65.69%-
HSV(B)29.81º63.27%96.08%-
XYZ53.3247.7916.09-
YUV181.5476.34173.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 90 (35.55% from 255) = 17.93%
R=48.80%
G=33.27%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451679000.320.630.0429.8188.5765.69
HexF5A75A0203F41e5942
Octal36524713204077436131102
Binary1111010110100111101101001000001111111001111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A75A; }

 p { color: rgb(245,167,90); }

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

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

 a { background-color: rgb(245,167,90); }

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

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

 span { border-color: rgb(245,167,90); }

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