Html Css Color HEX #F4A466 Sandy Brown

📋 copy color: '#F4A466'

red 244 ◦ green 164 ◦ blue 102

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

Shades of Sandy Brown #F4A466

Tints of Sandy Brown #F4A466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20%

R = 47.84%
G = 32.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F4A466 (or 0xF4A466) is known color: Sandy Brown. HEX triplet: F4, A4 and 66. RGB value is (244,164,102). Sum of RGB (Red+Green+Blue) = 244+164+102=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A466 is #0B5B99. Grayscale: #B5B5B5. Windows color (decimal): -744346 or 6726900. OLE color: 6726900.

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

Color convert

RGB 244 164 102 -
CMYK 0 0.33 0.58 0.04
HSL 26.2º 0.87% 0.68% -
HSV(B) 26.2º 0.58% 0.96% -
XYZ 52.98 46.74 18.8 -
YUV 180.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 244 164 102 0 0.33 0.58 0.04 26.2 0.87 0.68
Hex F4 A4 66 0 21 3A 4 1A 57 44
Octal 364 244 146 0 41 72 4 32 127 104
Binary 11110100 10100100 1100110 0 100001 111010 100 11010 1010111 1000100

Color Harmonies of #F4A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A466

Black with #F4A466

Text Example


Text Example

White with #F4A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A466; }

 p { color: rgb(244,164,102); }

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

background-color css

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

 a { background-color: rgb(244,164,102); }

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

border-color css

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

 span { border-color: rgb(244,164,102); }

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