Html Css Color HEX #F1965C Sandy Brown

📋 copy color: '#F1965C'

red 241 ◦ green 150 ◦ blue 92

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

Shades of Sandy Brown #F1965C

Tints of Sandy Brown #F1965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 49.9%
G = 31.06%
B = 19.05%

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

#F1965C (or 0xF1965C) is known color: Sandy Brown. HEX triplet: F1, 96 and 5C. RGB value is (241,150,92). Sum of RGB (Red+Green+Blue) = 241+150+92=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1965C is #0E69A3. Grayscale: #AAAAAA. Windows color (decimal): -944548 or 6067953. OLE color: 6067953.

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

Color convert

RGB 241 150 92 -
CMYK 0 0.38 0.62 0.05
HSL 23.36º 0.84% 0.65% -
HSV(B) 23.36º 0.62% 0.95% -
XYZ 49.11 41.29 15.51 -
YUV 170.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 241 150 92 0 0.38 0.62 0.05 23.36 0.84 0.65
Hex F1 96 5C 0 26 3E 5 17 54 41
Octal 361 226 134 0 46 76 5 27 124 101
Binary 11110001 10010110 1011100 0 100110 111110 101 10111 1010100 1000001

Color Harmonies of #F1965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1965C

Black with #F1965C

Text Example


Text Example

White with #F1965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1965C; }

 p { color: rgb(241,150,92); }

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

background-color css

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

 a { background-color: rgb(241,150,92); }

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

border-color css

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

 span { border-color: rgb(241,150,92); }

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