Html Css Color HEX #F2A263 Sandy Brown

📋 copy color: '#F2A263'

red 242 ◦ green 162 ◦ blue 99

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

Shades of Sandy Brown #F2A263

Tints of Sandy Brown #F2A263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.68%

R = 48.11%
G = 32.21%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2A263 (or 0xF2A263) is known color: Sandy Brown. HEX triplet: F2, A2 and 63. RGB value is (242,162,99). Sum of RGB (Red+Green+Blue) = 242+162+99=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A263 is #0D5D9C. Grayscale: #B3B3B3. Windows color (decimal): -875933 or 6529778. OLE color: 6529778.

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

Color convert

RGB 242 162 99 -
CMYK 0 0.33 0.59 0.05
HSL 26.43º 0.85% 0.67% -
HSV(B) 26.43º 0.59% 0.95% -
XYZ 51.79 45.62 17.88 -
YUV 178.74 83 173.12 -
System Red Green Blue C M Y K H S L
Decimal 242 162 99 0 0.33 0.59 0.05 26.43 0.85 0.67
Hex F2 A2 63 0 21 3B 5 1A 55 43
Octal 362 242 143 0 41 73 5 32 125 103
Binary 11110010 10100010 1100011 0 100001 111011 101 11010 1010101 1000011

Color Harmonies of #F2A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A263

Black with #F2A263

Text Example


Text Example

White with #F2A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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