Html Css Color HEX #F2A566 Sandy Brown

📋 copy color: '#F2A566'

red 242 ◦ green 165 ◦ blue 102

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

Shades of Sandy Brown #F2A566

Tints of Sandy Brown #F2A566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

 BLUE value IS 102 (40.23% from 255) = 20.04%

R = 47.54%
G = 32.42%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2A566 (or 0xF2A566) is known color: Sandy Brown. HEX triplet: F2, A5 and 66. RGB value is (242,165,102). Sum of RGB (Red+Green+Blue) = 242+165+102=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A566 is #0D5A99. Grayscale: #B5B5B5. Windows color (decimal): -875162 or 6727154. OLE color: 6727154.

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

Color convert

RGB 242 165 102 -
CMYK 0 0.32 0.58 0.05
HSL 27º 0.84% 0.67% -
HSV(B) 27º 0.58% 0.95% -
XYZ 52.47 46.75 18.83 -
YUV 180.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 242 165 102 0 0.32 0.58 0.05 27 0.84 0.67
Hex F2 A5 66 0 20 3A 5 1B 54 43
Octal 362 245 146 0 40 72 5 33 124 103
Binary 11110010 10100101 1100110 0 100000 111010 101 11011 1010100 1000011

Color Harmonies of #F2A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A566

Black with #F2A566

Text Example


Text Example

White with #F2A566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A566; }

 p { color: rgb(242,165,102); }

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

background-color css

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

 a { background-color: rgb(242,165,102); }

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

border-color css

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

 span { border-color: rgb(242,165,102); }

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