Html Css Color HEX #F1A257 Sandy Brown

📋 copy color: '#F1A257'

red 241 ◦ green 162 ◦ blue 87

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

Shades of Sandy Brown #F1A257

Tints of Sandy Brown #F1A257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.06%

 BLUE value IS 87 (34.38% from 255) = 17.76%

R = 49.18%
G = 33.06%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1A257 (or 0xF1A257) is known color: Sandy Brown. HEX triplet: F1, A2 and 57. RGB value is (241,162,87). Sum of RGB (Red+Green+Blue) = 241+162+87=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A257 is #0E5DA8. Grayscale: #B1B1B1. Windows color (decimal): -941481 or 5743345. OLE color: 5743345.

HSL color Cylindrical-coordinate representation of color #F1A257: hue angle of 29.22º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1A257 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 162 87 -
CMYK 0 0.33 0.64 0.05
HSL 29.22º 0.85% 0.64% -
HSV(B) 29.22º 0.64% 0.95% -
XYZ 50.92 45.23 15.06 -
YUV 177.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 241 162 87 0 0.33 0.64 0.05 29.22 0.85 0.64
Hex F1 A2 57 0 21 40 5 1D 55 40
Octal 361 242 127 0 41 100 5 35 125 100
Binary 11110001 10100010 1010111 0 100001 1000000 101 11101 1010101 1000000

Color Harmonies of #F1A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A257

Black with #F1A257

Text Example


Text Example

White with #F1A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A257; }

 p { color: rgb(241,162,87); }

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

background-color css

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

 a { background-color: rgb(241,162,87); }

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

border-color css

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

 span { border-color: rgb(241,162,87); }

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