#F1A462

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

Shades of Sandy Brown #F1A462

Tints of Sandy Brown #F1A462

Color information

#F1A462 (or 0xF1A462) is unknown color: approx Sandy Brown. HEX triplet: F1, A4 and 62. RGB value is (241,164,98). Sum of RGB (Red+Green+Blue) = 241+164+98=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A462 is #0E5B9D. Grayscale: #B3B3B3. Windows color (decimal): -940958 or 6464753. OLE color: 6464753.

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

Color convert

RGB24116498-
CMYK00.320.590.05
HSL27.69º83.63%66.47%-
HSV(B)27.69º59.34%94.51%-
XYZ51.7646.1317.73-
YUV179.582.01171.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=47.91%
G=32.60%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411649800.320.590.0527.6983.6366.47
HexF1A4620203B51c5442
Octal36124414204073534124102
Binary1111000110100100110001001000001110111011110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A462; }

 p { color: rgb(241,164,98); }

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

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

 a { background-color: rgb(241,164,98); }

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

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

 span { border-color: rgb(241,164,98); }

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