#F8A161

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

Shades of Sandy Brown #F8A161

Tints of Sandy Brown #F8A161

Color information

#F8A161 (or 0xF8A161) is unknown color: approx Sandy Brown. HEX triplet: F8, A1 and 61. RGB value is (248,161,97). Sum of RGB (Red+Green+Blue) = 248+161+97=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A161 is #075E9E. Grayscale: #B4B4B4. Windows color (decimal): -482975 or 6398456. OLE color: 6398456.

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

Color convert

RGB24816197-
CMYK00.350.610.03
HSL25.43º91.52%67.65%-
HSV(B)25.43º60.89%97.25%-
XYZ53.6146.3117.42-
YUV179.7281.32176.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=49.01%
G=31.82%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481619700.350.610.0325.4391.5267.65
HexF8A1610233D3195c44
Octal37024114104375331134104
Binary111110001010000111000010100011111101111100110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A161; }

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

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

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

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

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

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

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

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