Html Css Color HEX #F2A05C Sandy Brown

📋 copy color: '#F2A05C'

red 242 ◦ green 160 ◦ blue 92

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

Shades of Sandy Brown #F2A05C

Tints of Sandy Brown #F2A05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.62%

R = 48.99%
G = 32.39%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2A05C (or 0xF2A05C) is known color: Sandy Brown. HEX triplet: F2, A0 and 5C. RGB value is (242,160,92). Sum of RGB (Red+Green+Blue) = 242+160+92=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A05C is #0D5FA3. Grayscale: #B1B1B1. Windows color (decimal): -876452 or 6070514. OLE color: 6070514.

HSL color Cylindrical-coordinate representation of color #F2A05C: hue angle of 27.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2A05C is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 92 -
CMYK 0 0.34 0.62 0.05
HSL 27.2º 0.85% 0.65% -
HSV(B) 27.2º 0.62% 0.95% -
XYZ 51.12 44.79 16.08 -
YUV 176.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 242 160 92 0 0.34 0.62 0.05 27.2 0.85 0.65
Hex F2 A0 5C 0 22 3E 5 1B 55 41
Octal 362 240 134 0 42 76 5 33 125 101
Binary 11110010 10100000 1011100 0 100010 111110 101 11011 1010101 1000001

Color Harmonies of #F2A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A05C

Black with #F2A05C

Text Example


Text Example

White with #F2A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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