#F1A55F

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

Shades of Sandy Brown #F1A55F

Tints of Sandy Brown #F1A55F

Color information

#F1A55F (or 0xF1A55F) is unknown color: approx Sandy Brown. HEX triplet: F1, A5 and 5F. RGB value is (241,165,95). Sum of RGB (Red+Green+Blue) = 241+165+95=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A55F is #0E5AA0. Grayscale: #B4B4B4. Windows color (decimal): -940705 or 6268401. OLE color: 6268401.

HSL color Cylindrical-coordinate representation of color #F1A55F: hue angle of 28.77º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1A55F is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24116595-
CMYK00.320.610.05
HSL28.77º83.91%65.88%-
HSV(B)28.77º60.58%94.51%-
XYZ51.846.4417.06-
YUV179.7480.18171.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=48.10%
G=32.93%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411659500.320.610.0528.7783.9165.88
HexF1A55F0203D51d5442
Octal36124513704075535124102
Binary1111000110100101101111101000001111011011110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A55F; }

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

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

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

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

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

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

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

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