Html Css Color HEX #F7A066 Sandy Brown

📋 copy color: '#F7A066'

red 247 ◦ green 160 ◦ blue 102

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

Shades of Sandy Brown #F7A066

Tints of Sandy Brown #F7A066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.04%

R = 48.53%
G = 31.43%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7A066 (or 0xF7A066) is known color: Sandy Brown. HEX triplet: F7, A0 and 66. RGB value is (247,160,102). Sum of RGB (Red+Green+Blue) = 247+160+102=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A066 is #085F99. Grayscale: #B3B3B3. Windows color (decimal): -548762 or 6725879. OLE color: 6725879.

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

Color convert

RGB 247 160 102 -
CMYK 0 0.35 0.59 0.03
HSL 24º 0.9% 0.68% -
HSV(B) 24º 0.59% 0.97% -
XYZ 53.33 45.88 18.61 -
YUV 179.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 247 160 102 0 0.35 0.59 0.03 24 0.9 0.68
Hex F7 A0 66 0 23 3B 3 18 5A 44
Octal 367 240 146 0 43 73 3 30 132 104
Binary 11110111 10100000 1100110 0 100011 111011 11 11000 1011010 1000100

Color Harmonies of #F7A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A066

Black with #F7A066

Text Example


Text Example

White with #F7A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A066; }

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

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

background-color css

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

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

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

border-color css

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

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

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