Html Css Color HEX #F3A260 Sandy Brown

📋 copy color: '#F3A260'

red 243 ◦ green 162 ◦ blue 96

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

Shades of Sandy Brown #F3A260

Tints of Sandy Brown #F3A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 48.5%
G = 32.34%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F3A260 (or 0xF3A260) is known color: Sandy Brown. HEX triplet: F3, A2 and 60. RGB value is (243,162,96). Sum of RGB (Red+Green+Blue) = 243+162+96=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A260 is #0C5D9F. Grayscale: #B3B3B3. Windows color (decimal): -810400 or 6333171. OLE color: 6333171.

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

Color convert

RGB 243 162 96 -
CMYK 0 0.33 0.60 0.05
HSL 26.94º 0.86% 0.66% -
HSV(B) 26.94º 0.6% 0.95% -
XYZ 51.99 45.74 17.15 -
YUV 178.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 243 162 96 0 0.33 0.60 0.05 26.94 0.86 0.66
Hex F3 A2 60 0 21 3C 5 1B 56 42
Octal 363 242 140 0 41 74 5 33 126 102
Binary 11110011 10100010 1100000 0 100001 111100 101 11011 1010110 1000010

Color Harmonies of #F3A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A260

Black with #F3A260

Text Example


Text Example

White with #F3A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A260; }

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

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

background-color css

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

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

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

border-color css

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

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

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