Html Css Color HEX #F1A061 Sandy Brown

📋 copy color: '#F1A061'

red 241 ◦ green 160 ◦ blue 97

#F1A061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #F1A061

Tints of Sandy Brown #F1A061

RGB

 RED value IS 241 (94.53% from 255) = 48.39%

 GREEN value IS 160 (62.89% from 255) = 32.13%

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 48.39%
G = 32.13%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1A061 (or 0xF1A061) is known color: Sandy Brown. HEX triplet: F1, A0 and 61. RGB value is (241,160,97). Sum of RGB (Red+Green+Blue) = 241+160+97=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A061 is #0E5F9E. Grayscale: #B1B1B1. Windows color (decimal): -941983 or 6398193. OLE color: 6398193.

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

Color convert

RGB 241 160 97 -
CMYK 0 0.34 0.60 0.05
HSL 26.25º 0.84% 0.66% -
HSV(B) 26.25º 0.6% 0.95% -
XYZ 51 44.71 17.25 -
YUV 177.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 241 160 97 0 0.34 0.60 0.05 26.25 0.84 0.66
Hex F1 A0 61 0 22 3C 5 1A 54 42
Octal 361 240 141 0 42 74 5 32 124 102
Binary 11110001 10100000 1100001 0 100010 111100 101 11010 1010100 1000010

Color Harmonies of #F1A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A061

Black with #F1A061

Text Example


Text Example

White with #F1A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A061; }

 p { color: rgb(241,160,97); }

 H1.HeaderClassName
 {
   color: #F1A061;
 }
 .AnyTagClassName
 {
   color: #F1A061;
 }
</style>

background-color css

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

 a { background-color: rgb(241,160,97); }

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

border-color css

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

 span { border-color: rgb(241,160,97); }

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