Html Css Color HEX #F7A056 Sandy Brown

📋 copy color: '#F7A056'

red 247 ◦ green 160 ◦ blue 86

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

Shades of Sandy Brown #F7A056

Tints of Sandy Brown #F7A056

RGB

 RED value IS 247 (96.88% from 255) = 50.1%

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 86 (33.98% from 255) = 17.44%

R = 50.1%
G = 32.45%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F7A056 (or 0xF7A056) is known color: Sandy Brown. HEX triplet: F7, A0 and 56. RGB value is (247,160,86). Sum of RGB (Red+Green+Blue) = 247+160+86=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A056 is #085FA9. Grayscale: #B1B1B1. Windows color (decimal): -548778 or 5677303. OLE color: 5677303.

HSL color Cylindrical-coordinate representation of color #F7A056: hue angle of 27.58º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7A056 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 86 -
CMYK 0 0.35 0.65 0.03
HSL 27.58º 0.91% 0.65% -
HSV(B) 27.58º 0.65% 0.97% -
XYZ 52.61 45.59 14.83 -
YUV 177.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 247 160 86 0 0.35 0.65 0.03 27.58 0.91 0.65
Hex F7 A0 56 0 23 41 3 1C 5B 41
Octal 367 240 126 0 43 101 3 34 133 101
Binary 11110111 10100000 1010110 0 100011 1000001 11 11100 1011011 1000001

Color Harmonies of #F7A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A056

Black with #F7A056

Text Example


Text Example

White with #F7A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A056; }

 p { color: rgb(247,160,86); }

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

background-color css

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

 a { background-color: rgb(247,160,86); }

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

border-color css

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

 span { border-color: rgb(247,160,86); }

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