Html Css Color HEX #F2A265 Sandy Brown

📋 copy color: '#F2A265'

red 242 ◦ green 162 ◦ blue 101

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

Shades of Sandy Brown #F2A265

Tints of Sandy Brown #F2A265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20%

R = 47.92%
G = 32.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2A265 (or 0xF2A265) is known color: Sandy Brown. HEX triplet: F2, A2 and 65. RGB value is (242,162,101). Sum of RGB (Red+Green+Blue) = 242+162+101=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A265 is #0D5D9A. Grayscale: #B3B3B3. Windows color (decimal): -875931 or 6660850. OLE color: 6660850.

HSL color Cylindrical-coordinate representation of color #F2A265: hue angle of 25.96º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2A265 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 101 -
CMYK 0 0.33 0.58 0.05
HSL 25.96º 0.84% 0.67% -
HSV(B) 25.96º 0.58% 0.95% -
XYZ 51.89 45.66 18.39 -
YUV 178.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 242 162 101 0 0.33 0.58 0.05 25.96 0.84 0.67
Hex F2 A2 65 0 21 3A 5 1A 54 43
Octal 362 242 145 0 41 72 5 32 124 103
Binary 11110010 10100010 1100101 0 100001 111010 101 11010 1010100 1000011

Color Harmonies of #F2A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A265

Black with #F2A265

Text Example


Text Example

White with #F2A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A265; }

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

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

background-color css

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

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

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

border-color css

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

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

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