#F5A85A

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

Shades of Sandy Brown #F5A85A

Tints of Sandy Brown #F5A85A

Color information

#F5A85A (or 0xF5A85A) is unknown color: approx Sandy Brown. HEX triplet: F5, A8 and 5A. RGB value is (245,168,90). Sum of RGB (Red+Green+Blue) = 245+168+90=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A85A is #0A57A5. Grayscale: #B6B6B6. Windows color (decimal): -677798 or 5941493. OLE color: 5941493.

HSL color Cylindrical-coordinate representation of color #F5A85A: hue angle of 30.19º 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 #F5A85A is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24516890-
CMYK00.310.630.04
HSL30.19º88.57%65.69%-
HSV(B)30.19º63.27%96.08%-
XYZ53.548.1616.15-
YUV182.1376.01172.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=48.71%
G=33.40%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451689000.310.630.0430.1988.5765.69
HexF5A85A01F3F41e5942
Octal36525013203777436131102
Binary111101011010100010110100111111111111001111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A85A; }

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

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

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

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

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

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

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

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