Html Css Color HEX #F1A355 Sandy Brown

📋 copy color: '#F1A355'

red 241 ◦ green 163 ◦ blue 85

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

Shades of Sandy Brown #F1A355

Tints of Sandy Brown #F1A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.38%

R = 49.28%
G = 33.33%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1A355 (or 0xF1A355) is known color: Sandy Brown. HEX triplet: F1, A3 and 55. RGB value is (241,163,85). Sum of RGB (Red+Green+Blue) = 241+163+85=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A355 is #0E5CAA. Grayscale: #B1B1B1. Windows color (decimal): -941227 or 5612529. OLE color: 5612529.

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

Color convert

RGB 241 163 85 -
CMYK 0 0.32 0.65 0.05
HSL 30º 0.85% 0.64% -
HSV(B) 30º 0.65% 0.95% -
XYZ 51.01 45.55 14.7 -
YUV 177.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 241 163 85 0 0.32 0.65 0.05 30 0.85 0.64
Hex F1 A3 55 0 20 41 5 1E 55 40
Octal 361 243 125 0 40 101 5 36 125 100
Binary 11110001 10100011 1010101 0 100000 1000001 101 11110 1010101 1000000

Color Harmonies of #F1A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A355

Black with #F1A355

Text Example


Text Example

White with #F1A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A355; }

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

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

background-color css

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

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

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

border-color css

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

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

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