#F5A95B

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

Shades of Sandy Brown #F5A95B

Tints of Sandy Brown #F5A95B

Color information

#F5A95B (or 0xF5A95B) is unknown color: approx Sandy Brown. HEX triplet: F5, A9 and 5B. RGB value is (245,169,91). Sum of RGB (Red+Green+Blue) = 245+169+91=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A95B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A95B is #0A56A4. Grayscale: #B7B7B7. Windows color (decimal): -677541 or 6007285. OLE color: 6007285.

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

Color convert

RGB24516991-
CMYK00.310.630.04
HSL30.39º88.51%65.88%-
HSV(B)30.39º62.86%96.08%-
XYZ53.7348.5416.44-
YUV182.8376.18172.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 91 (35.94% from 255) = 18.02%
R=48.51%
G=33.47%
B=18.02%

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
Decimal2451699100.310.630.0430.3988.5165.88
HexF5A95B01F3F41e5942
Octal36525113303777436131102
Binary111101011010100110110110111111111111001111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A95B; }

 p { color: rgb(245,169,91); }

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

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

 a { background-color: rgb(245,169,91); }

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

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

 span { border-color: rgb(245,169,91); }

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