Html Css Color HEX #F1995A Sandy Brown

📋 copy color: '#F1995A'

red 241 ◦ green 153 ◦ blue 90

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

Shades of Sandy Brown #F1995A

Tints of Sandy Brown #F1995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 49.79%
G = 31.61%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1995A (or 0xF1995A) is known color: Sandy Brown. HEX triplet: F1, 99 and 5A. RGB value is (241,153,90). Sum of RGB (Red+Green+Blue) = 241+153+90=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1995A is #0E66A5. Grayscale: #ACACAC. Windows color (decimal): -943782 or 5937649. OLE color: 5937649.

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

Color convert

RGB 241 153 90 -
CMYK 0 0.37 0.63 0.05
HSL 25.03º 0.84% 0.65% -
HSV(B) 25.03º 0.63% 0.95% -
XYZ 49.51 42.22 15.21 -
YUV 172.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 241 153 90 0 0.37 0.63 0.05 25.03 0.84 0.65
Hex F1 99 5A 0 25 3F 5 19 54 41
Octal 361 231 132 0 45 77 5 31 124 101
Binary 11110001 10011001 1011010 0 100101 111111 101 11001 1010100 1000001

Color Harmonies of #F1995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1995A

Black with #F1995A

Text Example


Text Example

White with #F1995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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