Html Css Color HEX #F2A368 Sandy Brown

📋 copy color: '#F2A368'

red 242 ◦ green 163 ◦ blue 104

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

Shades of Sandy Brown #F2A368

Tints of Sandy Brown #F2A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

 BLUE value IS 104 (41.02% from 255) = 20.43%

R = 47.54%
G = 32.02%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2A368 (or 0xF2A368) is known color: Sandy Brown. HEX triplet: F2, A3 and 68. RGB value is (242,163,104). Sum of RGB (Red+Green+Blue) = 242+163+104=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A368 is #0D5C97. Grayscale: #B4B4B4. Windows color (decimal): -875672 or 6857714. OLE color: 6857714.

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

Color convert

RGB 242 163 104 -
CMYK 0 0.33 0.57 0.05
HSL 25.65º 0.84% 0.68% -
HSV(B) 25.65º 0.57% 0.95% -
XYZ 52.21 46.07 19.24 -
YUV 179.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 242 163 104 0 0.33 0.57 0.05 25.65 0.84 0.68
Hex F2 A3 68 0 21 39 5 1A 54 44
Octal 362 243 150 0 41 71 5 32 124 104
Binary 11110010 10100011 1101000 0 100001 111001 101 11010 1010100 1000100

Color Harmonies of #F2A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A368

Black with #F2A368

Text Example


Text Example

White with #F2A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A368; }

 p { color: rgb(242,163,104); }

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

background-color css

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

 a { background-color: rgb(242,163,104); }

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

border-color css

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

 span { border-color: rgb(242,163,104); }

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