Html Css Color HEX #F1A155 Sandy Brown

📋 copy color: '#F1A155'

red 241 ◦ green 161 ◦ blue 85

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

Shades of Sandy Brown #F1A155

Tints of Sandy Brown #F1A155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.06%

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

R = 49.49%
G = 33.06%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1A155 (or 0xF1A155) is known color: Sandy Brown. HEX triplet: F1, A1 and 55. RGB value is (241,161,85). Sum of RGB (Red+Green+Blue) = 241+161+85=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A155 is #0E5EAA. Grayscale: #B0B0B0. Windows color (decimal): -941739 or 5612017. OLE color: 5612017.

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

Color convert

RGB 241 161 85 -
CMYK 0 0.33 0.65 0.05
HSL 29.23º 0.85% 0.64% -
HSV(B) 29.23º 0.65% 0.95% -
XYZ 50.66 44.85 14.58 -
YUV 176.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 241 161 85 0 0.33 0.65 0.05 29.23 0.85 0.64
Hex F1 A1 55 0 21 41 5 1D 55 40
Octal 361 241 125 0 41 101 5 35 125 100
Binary 11110001 10100001 1010101 0 100001 1000001 101 11101 1010101 1000000

Color Harmonies of #F1A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A155

Black with #F1A155

Text Example


Text Example

White with #F1A155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A155; }

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

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

background-color css

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

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

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

border-color css

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

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

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