#F29A64

Color #F29A64 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #F29A64

Tints of Sandy Brown #F29A64

Color information

#F29A64 (or 0xF29A64) is unknown color: approx Sandy Brown. HEX triplet: F2, 9A and 64. RGB value is (242,154,100). Sum of RGB (Red+Green+Blue) = 242+154+100=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29A64 is #0D659B. Grayscale: #AEAEAE. Windows color (decimal): -877980 or 6593266. OLE color: 6593266.

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

Color convert

RGB242154100-
CMYK00.360.590.05
HSL22.82º84.52%67.06%-
HSV(B)22.82º58.68%94.9%-
XYZ50.4742.9117.68-
YUV174.1686.15176.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=48.79%
G=31.05%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215410000.360.590.0522.8284.5267.06
HexF29A640243B5175543
Octal36223214404473527125103
Binary1111001010011010110010001001001110111011011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A64; }

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

 H1.HeaderClassName
 {
   color: #F29A64;
 }
 .AnyTagClassName
 {
   color: #F29A64;
 }
</style>
background-color css

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

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

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

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

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

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