#F8A164

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

Shades of Sandy Brown #F8A164

Tints of Sandy Brown #F8A164

Color information

#F8A164 (or 0xF8A164) is unknown color: approx Sandy Brown. HEX triplet: F8, A1 and 64. RGB value is (248,161,100). Sum of RGB (Red+Green+Blue) = 248+161+100=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A164 is #075E9B. Grayscale: #B4B4B4. Windows color (decimal): -482972 or 6595064. OLE color: 6595064.

HSL color Cylindrical-coordinate representation of color #F8A164: hue angle of 24.73º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8A164 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB248161100-
CMYK00.350.600.03
HSL24.73º91.36%68.24%-
HSV(B)24.73º59.68%97.25%-
XYZ53.7646.3718.17-
YUV180.0682.82176.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.72%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=48.72%
G=31.63%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816110000.350.600.0324.7391.3668.24
HexF8A1640233C3195b44
Octal37024114404374331133104
Binary111110001010000111001000100011111100111100110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A164; }

 p { color: rgb(248,161,100); }

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

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

 a { background-color: rgb(248,161,100); }

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

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

 span { border-color: rgb(248,161,100); }

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