Html Css Color HEX #F1995F Sandy Brown

📋 copy color: '#F1995F'

red 241 ◦ green 153 ◦ blue 95

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

Shades of Sandy Brown #F1995F

Tints of Sandy Brown #F1995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.29%

 BLUE value IS 95 (37.5% from 255) = 19.43%

R = 49.28%
G = 31.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1995F (or 0xF1995F) is known color: Sandy Brown. HEX triplet: F1, 99 and 5F. RGB value is (241,153,95). Sum of RGB (Red+Green+Blue) = 241+153+95=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1995F is #0E66A0. Grayscale: #ADADAD. Windows color (decimal): -943777 or 6265329. OLE color: 6265329.

HSL color Cylindrical-coordinate representation of color #F1995F: hue angle of 23.84º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1995F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 153 95 -
CMYK 0 0.37 0.61 0.05
HSL 23.84º 0.84% 0.66% -
HSV(B) 23.84º 0.61% 0.95% -
XYZ 49.73 42.31 16.37 -
YUV 172.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 241 153 95 0 0.37 0.61 0.05 23.84 0.84 0.66
Hex F1 99 5F 0 25 3D 5 18 54 42
Octal 361 231 137 0 45 75 5 30 124 102
Binary 11110001 10011001 1011111 0 100101 111101 101 11000 1010100 1000010

Color Harmonies of #F1995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1995F

Black with #F1995F

Text Example


Text Example

White with #F1995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1995F; }

 p { color: rgb(241,153,95); }

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

background-color css

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

 a { background-color: rgb(241,153,95); }

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

border-color css

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

 span { border-color: rgb(241,153,95); }

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