Html Css Color HEX #F1975C Sandy Brown

📋 copy color: '#F1975C'

red 241 ◦ green 151 ◦ blue 92

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

Shades of Sandy Brown #F1975C

Tints of Sandy Brown #F1975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 49.79%
G = 31.2%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1975C (or 0xF1975C) is known color: Sandy Brown. HEX triplet: F1, 97 and 5C. RGB value is (241,151,92). Sum of RGB (Red+Green+Blue) = 241+151+92=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1975C is #0E68A3. Grayscale: #ABABAB. Windows color (decimal): -944292 or 6068209. OLE color: 6068209.

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

Color convert

RGB 241 151 92 -
CMYK 0 0.37 0.62 0.05
HSL 23.76º 0.84% 0.65% -
HSV(B) 23.76º 0.62% 0.95% -
XYZ 49.27 41.61 15.56 -
YUV 171.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 241 151 92 0 0.37 0.62 0.05 23.76 0.84 0.65
Hex F1 97 5C 0 25 3E 5 18 54 41
Octal 361 227 134 0 45 76 5 30 124 101
Binary 11110001 10010111 1011100 0 100101 111110 101 11000 1010100 1000001

Color Harmonies of #F1975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1975C

Black with #F1975C

Text Example


Text Example

White with #F1975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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