Html Css Color HEX #F6A355 Sandy Brown

📋 copy color: '#F6A355'

red 246 ◦ green 163 ◦ blue 85

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

Shades of Sandy Brown #F6A355

Tints of Sandy Brown #F6A355

RGB

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

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

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

R = 49.8%
G = 33%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F6A355 (or 0xF6A355) is known color: Sandy Brown. HEX triplet: F6, A3 and 55. RGB value is (246,163,85). Sum of RGB (Red+Green+Blue) = 246+163+85=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A355 is #095CAA. Grayscale: #B3B3B3. Windows color (decimal): -613547 or 5612534. OLE color: 5612534.

HSL color Cylindrical-coordinate representation of color #F6A355: hue angle of 29.07º 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 #F6A355 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 163 85 -
CMYK 0 0.34 0.65 0.04
HSL 29.07º 0.9% 0.65% -
HSV(B) 29.07º 0.65% 0.96% -
XYZ 52.74 46.44 14.78 -
YUV 178.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 246 163 85 0 0.34 0.65 0.04 29.07 0.9 0.65
Hex F6 A3 55 0 22 41 4 1D 5A 41
Octal 366 243 125 0 42 101 4 35 132 101
Binary 11110110 10100011 1010101 0 100010 1000001 100 11101 1011010 1000001

Color Harmonies of #F6A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A355

Black with #F6A355

Text Example


Text Example

White with #F6A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A355; }

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

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

background-color css

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

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

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

border-color css

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

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

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