Html Css Color HEX #F1A465 Sandy Brown

📋 copy color: '#F1A465'

red 241 ◦ green 164 ◦ blue 101

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

Shades of Sandy Brown #F1A465

Tints of Sandy Brown #F1A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.41%

 BLUE value IS 101 (39.84% from 255) = 19.96%

R = 47.63%
G = 32.41%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1A465 (or 0xF1A465) is known color: Sandy Brown. HEX triplet: F1, A4 and 65. RGB value is (241,164,101). Sum of RGB (Red+Green+Blue) = 241+164+101=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A465 is #0E5B9A. Grayscale: #B4B4B4. Windows color (decimal): -940955 or 6661361. OLE color: 6661361.

HSL color Cylindrical-coordinate representation of color #F1A465: hue angle of 27º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1A465 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 164 101 -
CMYK 0 0.32 0.58 0.05
HSL 27º 0.83% 0.67% -
HSV(B) 27º 0.58% 0.95% -
XYZ 51.9 46.19 18.49 -
YUV 179.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 241 164 101 0 0.32 0.58 0.05 27 0.83 0.67
Hex F1 A4 65 0 20 3A 5 1B 53 43
Octal 361 244 145 0 40 72 5 33 123 103
Binary 11110001 10100100 1100101 0 100000 111010 101 11011 1010011 1000011

Color Harmonies of #F1A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A465

Black with #F1A465

Text Example


Text Example

White with #F1A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A465; }

 p { color: rgb(241,164,101); }

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

background-color css

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

 a { background-color: rgb(241,164,101); }

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

border-color css

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

 span { border-color: rgb(241,164,101); }

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