Html Css Color HEX #F1A05C Sandy Brown

📋 copy color: '#F1A05C'

red 241 ◦ green 160 ◦ blue 92

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

Shades of Sandy Brown #F1A05C

Tints of Sandy Brown #F1A05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.66%

R = 48.88%
G = 32.45%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1A05C (or 0xF1A05C) is known color: Sandy Brown. HEX triplet: F1, A0 and 5C. RGB value is (241,160,92). Sum of RGB (Red+Green+Blue) = 241+160+92=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A05C is #0E5FA3. Grayscale: #B0B0B0. Windows color (decimal): -941988 or 6070513. OLE color: 6070513.

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

Color convert

RGB 241 160 92 -
CMYK 0 0.34 0.62 0.05
HSL 27.38º 0.84% 0.65% -
HSV(B) 27.38º 0.62% 0.95% -
XYZ 50.78 44.62 16.06 -
YUV 176.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 241 160 92 0 0.34 0.62 0.05 27.38 0.84 0.65
Hex F1 A0 5C 0 22 3E 5 1B 54 41
Octal 361 240 134 0 42 76 5 33 124 101
Binary 11110001 10100000 1011100 0 100010 111110 101 11011 1010100 1000001

Color Harmonies of #F1A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A05C

Black with #F1A05C

Text Example


Text Example

White with #F1A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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