Html Css Color HEX #F1995E Sandy Brown

📋 copy color: '#F1995E'

red 241 ◦ green 153 ◦ blue 94

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

Shades of Sandy Brown #F1995E

Tints of Sandy Brown #F1995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 49.39%
G = 31.35%
B = 19.26%

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

#F1995E (or 0xF1995E) is known color: Sandy Brown. HEX triplet: F1, 99 and 5E. RGB value is (241,153,94). Sum of RGB (Red+Green+Blue) = 241+153+94=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1995E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1995E is #0E66A1. Grayscale: #ACACAC. Windows color (decimal): -943778 or 6199793. OLE color: 6199793.

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

Color convert

RGB 241 153 94 -
CMYK 0 0.37 0.61 0.05
HSL 24.08º 0.84% 0.66% -
HSV(B) 24.08º 0.61% 0.95% -
XYZ 49.69 42.29 16.13 -
YUV 172.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 241 153 94 0 0.37 0.61 0.05 24.08 0.84 0.66
Hex F1 99 5E 0 25 3D 5 18 54 42
Octal 361 231 136 0 45 75 5 30 124 102
Binary 11110001 10011001 1011110 0 100101 111101 101 11000 1010100 1000010

Color Harmonies of #F1995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1995E

Black with #F1995E

Text Example


Text Example

White with #F1995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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