Html Css Color HEX #F6A366 Sandy Brown

📋 copy color: '#F6A366'

red 246 ◦ green 163 ◦ blue 102

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

Shades of Sandy Brown #F6A366

Tints of Sandy Brown #F6A366

RGB

 RED value IS 246 (96.48% from 255) = 48.14%

 GREEN value IS 163 (64.06% from 255) = 31.9%

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

R = 48.14%
G = 31.9%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6A366 (or 0xF6A366) is known color: Sandy Brown. HEX triplet: F6, A3 and 66. RGB value is (246,163,102). Sum of RGB (Red+Green+Blue) = 246+163+102=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A366 is #095C99. Grayscale: #B5B5B5. Windows color (decimal): -613530 or 6726646. OLE color: 6726646.

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

Color convert

RGB 246 163 102 -
CMYK 0 0.34 0.59 0.04
HSL 25.42º 0.89% 0.68% -
HSV(B) 25.42º 0.59% 0.96% -
XYZ 53.5 46.75 18.77 -
YUV 180.86 83.5 174.46 -
System Red Green Blue C M Y K H S L
Decimal 246 163 102 0 0.34 0.59 0.04 25.42 0.89 0.68
Hex F6 A3 66 0 22 3B 4 19 59 44
Octal 366 243 146 0 42 73 4 31 131 104
Binary 11110110 10100011 1100110 0 100010 111011 100 11001 1011001 1000100

Color Harmonies of #F6A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A366

Black with #F6A366

Text Example


Text Example

White with #F6A366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A366; }

 p { color: rgb(246,163,102); }

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

background-color css

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

 a { background-color: rgb(246,163,102); }

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

border-color css

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

 span { border-color: rgb(246,163,102); }

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