Html Css Color HEX #F2A461 Sandy Brown

📋 copy color: '#F2A461'

red 242 ◦ green 164 ◦ blue 97

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

Shades of Sandy Brown #F2A461

Tints of Sandy Brown #F2A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.6%

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

R = 48.11%
G = 32.6%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2A461 (or 0xF2A461) is known color: Sandy Brown. HEX triplet: F2, A4 and 61. RGB value is (242,164,97). Sum of RGB (Red+Green+Blue) = 242+164+97=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A461 is #0D5B9E. Grayscale: #B4B4B4. Windows color (decimal): -875423 or 6399218. OLE color: 6399218.

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

Color convert

RGB 242 164 97 -
CMYK 0 0.32 0.60 0.05
HSL 27.72º 0.85% 0.66% -
HSV(B) 27.72º 0.6% 0.95% -
XYZ 52.05 46.29 17.5 -
YUV 179.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 242 164 97 0 0.32 0.60 0.05 27.72 0.85 0.66
Hex F2 A4 61 0 20 3C 5 1C 55 42
Octal 362 244 141 0 40 74 5 34 125 102
Binary 11110010 10100100 1100001 0 100000 111100 101 11100 1010101 1000010

Color Harmonies of #F2A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A461

Black with #F2A461

Text Example


Text Example

White with #F2A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A461; }

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

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

background-color css

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

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

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

border-color css

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

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

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