Html Css Color HEX #F2A668 Sandy Brown

📋 copy color: '#F2A668'

red 242 ◦ green 166 ◦ blue 104

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

Shades of Sandy Brown #F2A668

Tints of Sandy Brown #F2A668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

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

R = 47.27%
G = 32.42%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2A668 (or 0xF2A668) is known color: Sandy Brown. HEX triplet: F2, A6 and 68. RGB value is (242,166,104). Sum of RGB (Red+Green+Blue) = 242+166+104=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A668 is #0D5997. Grayscale: #B5B5B5. Windows color (decimal): -874904 or 6858482. OLE color: 6858482.

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

Color convert

RGB 242 166 104 -
CMYK 0 0.31 0.57 0.05
HSL 26.96º 0.84% 0.68% -
HSV(B) 26.96º 0.57% 0.95% -
XYZ 52.75 47.15 19.42 -
YUV 181.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 242 166 104 0 0.31 0.57 0.05 26.96 0.84 0.68
Hex F2 A6 68 0 1F 39 5 1B 54 44
Octal 362 246 150 0 37 71 5 33 124 104
Binary 11110010 10100110 1101000 0 11111 111001 101 11011 1010100 1000100

Color Harmonies of #F2A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A668

Black with #F2A668

Text Example


Text Example

White with #F2A668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A668; }

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

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

background-color css

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

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

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

border-color css

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

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

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