#F0A55F

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

Shades of Sandy Brown #F0A55F

Tints of Sandy Brown #F0A55F

Color information

#F0A55F (or 0xF0A55F) is unknown color: approx Sandy Brown. HEX triplet: F0, A5 and 5F. RGB value is (240,165,95). Sum of RGB (Red+Green+Blue) = 240+165+95=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A55F is #0F5AA0. Grayscale: #B3B3B3. Windows color (decimal): -1006241 or 6268400. OLE color: 6268400.

HSL color Cylindrical-coordinate representation of color #F0A55F: hue angle of 28.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0A55F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB24016595-
CMYK00.310.600.06
HSL28.97º82.86%65.69%-
HSV(B)28.97º60.42%94.12%-
XYZ51.4646.2617.04-
YUV179.4480.35171.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 95 (37.5% from 255) = 19%
R=48%
G=33%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401659500.310.600.0628.9782.8665.69
HexF0A55F01F3C61d5342
Octal36024513703774635123102
Binary111100001010010110111110111111111001101110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A55F; }

 p { color: rgb(240,165,95); }

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

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

 a { background-color: rgb(240,165,95); }

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

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

 span { border-color: rgb(240,165,95); }

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