Html Css Color HEX #F1955B Sandy Brown

📋 copy color: '#F1955B'

red 241 ◦ green 149 ◦ blue 91

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

Shades of Sandy Brown #F1955B

Tints of Sandy Brown #F1955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 50.1%
G = 30.98%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1955B (or 0xF1955B) is known color: Sandy Brown. HEX triplet: F1, 95 and 5B. RGB value is (241,149,91). Sum of RGB (Red+Green+Blue) = 241+149+91=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1955B is #0E6AA4. Grayscale: #AAAAAA. Windows color (decimal): -944805 or 6002161. OLE color: 6002161.

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

Color convert

RGB 241 149 91 -
CMYK 0 0.38 0.62 0.05
HSL 23.2º 0.84% 0.65% -
HSV(B) 23.2º 0.62% 0.95% -
XYZ 48.91 40.95 15.22 -
YUV 169.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 241 149 91 0 0.38 0.62 0.05 23.2 0.84 0.65
Hex F1 95 5B 0 26 3E 5 17 54 41
Octal 361 225 133 0 46 76 5 27 124 101
Binary 11110001 10010101 1011011 0 100110 111110 101 10111 1010100 1000001

Color Harmonies of #F1955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1955B

Black with #F1955B

Text Example


Text Example

White with #F1955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1955B; }

 p { color: rgb(241,149,91); }

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

background-color css

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

 a { background-color: rgb(241,149,91); }

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

border-color css

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

 span { border-color: rgb(241,149,91); }

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