Html Css Color HEX #F6A655 Sandy Brown

📋 copy color: '#F6A655'

red 246 ◦ green 166 ◦ blue 85

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

Shades of Sandy Brown #F6A655

Tints of Sandy Brown #F6A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.4%

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 49.5%
G = 33.4%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F6A655 (or 0xF6A655) is known color: Sandy Brown. HEX triplet: F6, A6 and 55. RGB value is (246,166,85). Sum of RGB (Red+Green+Blue) = 246+166+85=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A655 is #0959AA. Grayscale: #B5B5B5. Windows color (decimal): -612779 or 5613302. OLE color: 5613302.

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

Color convert

RGB 246 166 85 -
CMYK 0 0.33 0.65 0.04
HSL 30.19º 0.9% 0.65% -
HSV(B) 30.19º 0.65% 0.96% -
XYZ 53.28 47.52 14.96 -
YUV 180.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 246 166 85 0 0.33 0.65 0.04 30.19 0.9 0.65
Hex F6 A6 55 0 21 41 4 1E 5A 41
Octal 366 246 125 0 41 101 4 36 132 101
Binary 11110110 10100110 1010101 0 100001 1000001 100 11110 1011010 1000001

Color Harmonies of #F6A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A655

Black with #F6A655

Text Example


Text Example

White with #F6A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A655; }

 p { color: rgb(246,166,85); }

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

background-color css

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

 a { background-color: rgb(246,166,85); }

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

border-color css

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

 span { border-color: rgb(246,166,85); }

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