Html Css Color HEX #F2A060 Sandy Brown

📋 copy color: '#F2A060'

red 242 ◦ green 160 ◦ blue 96

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

Shades of Sandy Brown #F2A060

Tints of Sandy Brown #F2A060

RGB

 RED value IS 242 (94.92% from 255) = 48.59%

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

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

R = 48.59%
G = 32.13%
B = 19.28%

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

#F2A060 (or 0xF2A060) is known color: Sandy Brown. HEX triplet: F2, A0 and 60. RGB value is (242,160,96). Sum of RGB (Red+Green+Blue) = 242+160+96=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A060 is #0D5F9F. Grayscale: #B1B1B1. Windows color (decimal): -876448 or 6332658. OLE color: 6332658.

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

Color convert

RGB 242 160 96 -
CMYK 0 0.34 0.60 0.05
HSL 26.3º 0.85% 0.66% -
HSV(B) 26.3º 0.6% 0.95% -
XYZ 51.3 44.86 17.02 -
YUV 177.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 242 160 96 0 0.34 0.60 0.05 26.3 0.85 0.66
Hex F2 A0 60 0 22 3C 5 1A 55 42
Octal 362 240 140 0 42 74 5 32 125 102
Binary 11110010 10100000 1100000 0 100010 111100 101 11010 1010101 1000010

Color Harmonies of #F2A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A060

Black with #F2A060

Text Example


Text Example

White with #F2A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A060; }

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

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

background-color css

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

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

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

border-color css

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

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

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