Html Css Color HEX #F2AA60 Sandy Brown

📋 copy color: '#F2AA60'

red 242 ◦ green 170 ◦ blue 96

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

Shades of Sandy Brown #F2AA60

Tints of Sandy Brown #F2AA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

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

R = 47.64%
G = 33.46%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2AA60 (or 0xF2AA60) is known color: Sandy Brown. HEX triplet: F2, AA and 60. RGB value is (242,170,96). Sum of RGB (Red+Green+Blue) = 242+170+96=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA60 is #0D559F. Grayscale: #B7B7B7. Windows color (decimal): -873888 or 6335218. OLE color: 6335218.

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

Color convert

RGB 242 170 96 -
CMYK 0 0.30 0.60 0.05
HSL 30.41º 0.85% 0.66% -
HSV(B) 30.41º 0.6% 0.95% -
XYZ 53.1 48.47 17.62 -
YUV 183.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 242 170 96 0 0.30 0.60 0.05 30.41 0.85 0.66
Hex F2 AA 60 0 1E 3C 5 1E 55 42
Octal 362 252 140 0 36 74 5 36 125 102
Binary 11110010 10101010 1100000 0 11110 111100 101 11110 1010101 1000010

Color Harmonies of #F2AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA60

Black with #F2AA60

Text Example


Text Example

White with #F2AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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