Html Css Color HEX #F2A564 Sandy Brown

📋 copy color: '#F2A564'

red 242 ◦ green 165 ◦ blue 100

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

Shades of Sandy Brown #F2A564

Tints of Sandy Brown #F2A564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.72%

R = 47.73%
G = 32.54%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2A564 (or 0xF2A564) is known color: Sandy Brown. HEX triplet: F2, A5 and 64. RGB value is (242,165,100). Sum of RGB (Red+Green+Blue) = 242+165+100=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A564 is #0D5A9B. Grayscale: #B4B4B4. Windows color (decimal): -875164 or 6596082. OLE color: 6596082.

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

Color convert

RGB 242 165 100 -
CMYK 0 0.32 0.59 0.05
HSL 27.46º 0.85% 0.67% -
HSV(B) 27.46º 0.59% 0.95% -
XYZ 52.37 46.71 18.31 -
YUV 180.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 242 165 100 0 0.32 0.59 0.05 27.46 0.85 0.67
Hex F2 A5 64 0 20 3B 5 1B 55 43
Octal 362 245 144 0 40 73 5 33 125 103
Binary 11110010 10100101 1100100 0 100000 111011 101 11011 1010101 1000011

Color Harmonies of #F2A564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A564

Black with #F2A564

Text Example


Text Example

White with #F2A564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A564; }

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

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

background-color css

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

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

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

border-color css

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

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

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