#F29A5F

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

Shades of Sandy Brown #F29A5F

Tints of Sandy Brown #F29A5F

Color information

#F29A5F (or 0xF29A5F) is unknown color: approx Sandy Brown. HEX triplet: F2, 9A and 5F. RGB value is (242,154,95). Sum of RGB (Red+Green+Blue) = 242+154+95=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29A5F is #0D65A0. Grayscale: #ADADAD. Windows color (decimal): -877985 or 6265586. OLE color: 6265586.

HSL color Cylindrical-coordinate representation of color #F29A5F: hue angle of 24.08º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F29A5F is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24215495-
CMYK00.360.610.05
HSL24.08º84.97%66.08%-
HSV(B)24.08º60.74%94.9%-
XYZ50.2442.8116.44-
YUV173.5983.65176.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 95 (37.5% from 255) = 19.35%
R=49.29%
G=31.36%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421549500.360.610.0524.0884.9766.08
HexF29A5F0243D5185542
Octal36223213704475530125102
Binary1111001010011010101111101001001111011011100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A5F; }

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

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

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

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

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

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

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

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