#F5A75B

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

Shades of Sandy Brown #F5A75B

Tints of Sandy Brown #F5A75B

Color information

#F5A75B (or 0xF5A75B) is unknown color: approx Sandy Brown. HEX triplet: F5, A7 and 5B. RGB value is (245,167,91). Sum of RGB (Red+Green+Blue) = 245+167+91=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A75B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A75B is #0A58A4. Grayscale: #B6B6B6. Windows color (decimal): -678053 or 6006773. OLE color: 6006773.

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

Color convert

RGB24516791-
CMYK00.320.630.04
HSL29.61º88.51%65.88%-
HSV(B)29.61º62.86%96.08%-
XYZ53.3647.8116.31-
YUV181.6676.84173.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 91 (35.94% from 255) = 18.09%
R=48.71%
G=33.20%
B=18.09%

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
Decimal2451679100.320.630.0429.6188.5165.88
HexF5A75B0203F41e5942
Octal36524713304077436131102
Binary1111010110100111101101101000001111111001111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A75B; }

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

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

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

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

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

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

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

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