Html Css Color HEX #F7A560 Sandy Brown

📋 copy color: '#F7A560'

red 247 ◦ green 165 ◦ blue 96

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

Shades of Sandy Brown #F7A560

Tints of Sandy Brown #F7A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.48%

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

R = 48.62%
G = 32.48%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7A560 (or 0xF7A560) is known color: Sandy Brown. HEX triplet: F7, A5 and 60. RGB value is (247,165,96). Sum of RGB (Red+Green+Blue) = 247+165+96=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A560 is #085A9F. Grayscale: #B6B6B6. Windows color (decimal): -547488 or 6333943. OLE color: 6333943.

HSL color Cylindrical-coordinate representation of color #F7A560: hue angle of 27.42º 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 #F7A560 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 165 96 -
CMYK 0 0.33 0.61 0.03
HSL 27.42º 0.9% 0.67% -
HSV(B) 27.42º 0.61% 0.97% -
XYZ 53.92 47.53 17.4 -
YUV 181.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 247 165 96 0 0.33 0.61 0.03 27.42 0.9 0.67
Hex F7 A5 60 0 21 3D 3 1B 5A 43
Octal 367 245 140 0 41 75 3 33 132 103
Binary 11110111 10100101 1100000 0 100001 111101 11 11011 1011010 1000011

Color Harmonies of #F7A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A560

Black with #F7A560

Text Example


Text Example

White with #F7A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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