Html Css Color HEX #F1965B Sandy Brown

📋 copy color: '#F1965B'

red 241 ◦ green 150 ◦ blue 91

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

Shades of Sandy Brown #F1965B

Tints of Sandy Brown #F1965B

RGB

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

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

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

R = 50%
G = 31.12%
B = 18.88%

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

#F1965B (or 0xF1965B) is known color: Sandy Brown. HEX triplet: F1, 96 and 5B. RGB value is (241,150,91). Sum of RGB (Red+Green+Blue) = 241+150+91=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1965B is #0E69A4. Grayscale: #AAAAAA. Windows color (decimal): -944549 or 6002417. OLE color: 6002417.

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

Color convert

RGB 241 150 91 -
CMYK 0 0.38 0.62 0.05
HSL 23.6º 0.84% 0.65% -
HSV(B) 23.6º 0.62% 0.95% -
XYZ 49.07 41.27 15.28 -
YUV 170.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 241 150 91 0 0.38 0.62 0.05 23.6 0.84 0.65
Hex F1 96 5B 0 26 3E 5 18 54 41
Octal 361 226 133 0 46 76 5 30 124 101
Binary 11110001 10010110 1011011 0 100110 111110 101 11000 1010100 1000001

Color Harmonies of #F1965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1965B

Black with #F1965B

Text Example


Text Example

White with #F1965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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