Html Css Color HEX #F7A060 Sandy Brown

📋 copy color: '#F7A060'

red 247 ◦ green 160 ◦ blue 96

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

Shades of Sandy Brown #F7A060

Tints of Sandy Brown #F7A060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.09%

R = 49.11%
G = 31.81%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7A060 (or 0xF7A060) is known color: Sandy Brown. HEX triplet: F7, A0 and 60. RGB value is (247,160,96). Sum of RGB (Red+Green+Blue) = 247+160+96=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A060 is #085F9F. Grayscale: #B3B3B3. Windows color (decimal): -548768 or 6332663. OLE color: 6332663.

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

Color convert

RGB 247 160 96 -
CMYK 0 0.35 0.61 0.03
HSL 25.43º 0.9% 0.67% -
HSV(B) 25.43º 0.61% 0.97% -
XYZ 53.04 45.76 17.1 -
YUV 178.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 247 160 96 0 0.35 0.61 0.03 25.43 0.9 0.67
Hex F7 A0 60 0 23 3D 3 19 5A 43
Octal 367 240 140 0 43 75 3 31 132 103
Binary 11110111 10100000 1100000 0 100011 111101 11 11001 1011010 1000011

Color Harmonies of #F7A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A060

Black with #F7A060

Text Example


Text Example

White with #F7A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A060; }

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

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

background-color css

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

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

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

border-color css

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

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

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