Html Css Color HEX #F2A261 Sandy Brown

📋 copy color: '#F2A261'

red 242 ◦ green 162 ◦ blue 97

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

Shades of Sandy Brown #F2A261

Tints of Sandy Brown #F2A261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.36%

R = 48.3%
G = 32.34%
B = 19.36%

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

#F2A261 (or 0xF2A261) is known color: Sandy Brown. HEX triplet: F2, A2 and 61. RGB value is (242,162,97). Sum of RGB (Red+Green+Blue) = 242+162+97=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A261 is #0D5D9E. Grayscale: #B2B2B2. Windows color (decimal): -875935 or 6398706. OLE color: 6398706.

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

Color convert

RGB 242 162 97 -
CMYK 0 0.33 0.60 0.05
HSL 26.9º 0.85% 0.66% -
HSV(B) 26.9º 0.6% 0.95% -
XYZ 51.7 45.58 17.38 -
YUV 178.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 242 162 97 0 0.33 0.60 0.05 26.9 0.85 0.66
Hex F2 A2 61 0 21 3C 5 1B 55 42
Octal 362 242 141 0 41 74 5 33 125 102
Binary 11110010 10100010 1100001 0 100001 111100 101 11011 1010101 1000010

Color Harmonies of #F2A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A261

Black with #F2A261

Text Example


Text Example

White with #F2A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A261; }

 p { color: rgb(242,162,97); }

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

background-color css

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

 a { background-color: rgb(242,162,97); }

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

border-color css

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

 span { border-color: rgb(242,162,97); }

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