Html Css Color HEX #F3A160 Sandy Brown

📋 copy color: '#F3A160'

red 243 ◦ green 161 ◦ blue 96

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

Shades of Sandy Brown #F3A160

Tints of Sandy Brown #F3A160

RGB

 RED value IS 243 (95.31% from 255) = 48.6%

 GREEN value IS 161 (63.28% from 255) = 32.2%

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

R = 48.6%
G = 32.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F3A160 (or 0xF3A160) is known color: Sandy Brown. HEX triplet: F3, A1 and 60. RGB value is (243,161,96). Sum of RGB (Red+Green+Blue) = 243+161+96=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A160 is #0C5E9F. Grayscale: #B2B2B2. Windows color (decimal): -810656 or 6332915. OLE color: 6332915.

HSL color Cylindrical-coordinate representation of color #F3A160: hue angle of 26.53º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3A160 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 161 96 -
CMYK 0 0.34 0.60 0.05
HSL 26.53º 0.86% 0.66% -
HSV(B) 26.53º 0.6% 0.95% -
XYZ 51.82 45.39 17.1 -
YUV 178.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 243 161 96 0 0.34 0.60 0.05 26.53 0.86 0.66
Hex F3 A1 60 0 22 3C 5 1B 56 42
Octal 363 241 140 0 42 74 5 33 126 102
Binary 11110011 10100001 1100000 0 100010 111100 101 11011 1010110 1000010

Color Harmonies of #F3A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A160

Black with #F3A160

Text Example


Text Example

White with #F3A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A160; }

 p { color: rgb(243,161,96); }

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

background-color css

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

 a { background-color: rgb(243,161,96); }

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

border-color css

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

 span { border-color: rgb(243,161,96); }

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