Html Css Color HEX #F1A356 Sandy Brown

📋 copy color: '#F1A356'

red 241 ◦ green 163 ◦ blue 86

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

Shades of Sandy Brown #F1A356

Tints of Sandy Brown #F1A356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

 BLUE value IS 86 (33.98% from 255) = 17.55%

R = 49.18%
G = 33.27%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1A356 (or 0xF1A356) is known color: Sandy Brown. HEX triplet: F1, A3 and 56. RGB value is (241,163,86). Sum of RGB (Red+Green+Blue) = 241+163+86=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A356 is #0E5CA9. Grayscale: #B1B1B1. Windows color (decimal): -941226 or 5678065. OLE color: 5678065.

HSL color Cylindrical-coordinate representation of color #F1A356: hue angle of 29.81º 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 #F1A356 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 86 -
CMYK 0 0.32 0.64 0.05
HSL 29.81º 0.85% 0.64% -
HSV(B) 29.81º 0.64% 0.95% -
XYZ 51.05 45.57 14.91 -
YUV 177.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 241 163 86 0 0.32 0.64 0.05 29.81 0.85 0.64
Hex F1 A3 56 0 20 40 5 1E 55 40
Octal 361 243 126 0 40 100 5 36 125 100
Binary 11110001 10100011 1010110 0 100000 1000000 101 11110 1010101 1000000

Color Harmonies of #F1A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A356

Black with #F1A356

Text Example


Text Example

White with #F1A356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A356; }

 p { color: rgb(241,163,86); }

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

background-color css

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

 a { background-color: rgb(241,163,86); }

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

border-color css

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

 span { border-color: rgb(241,163,86); }

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