Html Css Color HEX #F49B64 Sandy Brown

📋 copy color: '#F49B64'

red 244 ◦ green 155 ◦ blue 100

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

Shades of Sandy Brown #F49B64

Tints of Sandy Brown #F49B64

RGB

 RED value IS 244 (95.7% from 255) = 48.9%

 GREEN value IS 155 (60.94% from 255) = 31.06%

 BLUE value IS 100 (39.45% from 255) = 20.04%

R = 48.9%
G = 31.06%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F49B64 (or 0xF49B64) is known color: Sandy Brown. HEX triplet: F4, 9B and 64. RGB value is (244,155,100). Sum of RGB (Red+Green+Blue) = 244+155+100=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49B64 is #0B649B. Grayscale: #AFAFAF. Windows color (decimal): -746652 or 6593524. OLE color: 6593524.

HSL color Cylindrical-coordinate representation of color #F49B64: hue angle of 22.92º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F49B64 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 155 100 -
CMYK 0 0.36 0.59 0.04
HSL 22.92º 0.87% 0.67% -
HSV(B) 22.92º 0.59% 0.96% -
XYZ 51.33 43.6 17.77 -
YUV 175.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 244 155 100 0 0.36 0.59 0.04 22.92 0.87 0.67
Hex F4 9B 64 0 24 3B 4 17 57 43
Octal 364 233 144 0 44 73 4 27 127 103
Binary 11110100 10011011 1100100 0 100100 111011 100 10111 1010111 1000011

Color Harmonies of #F49B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49B64

Black with #F49B64

Text Example


Text Example

White with #F49B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49B64; }

 p { color: rgb(244,155,100); }

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

background-color css

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

 a { background-color: rgb(244,155,100); }

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

border-color css

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

 span { border-color: rgb(244,155,100); }

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