#F2A05B

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

Shades of Sandy Brown #F2A05B

Tints of Sandy Brown #F2A05B

Color information

#F2A05B (or 0xF2A05B) is unknown color: approx Sandy Brown. HEX triplet: F2, A0 and 5B. RGB value is (242,160,91). Sum of RGB (Red+Green+Blue) = 242+160+91=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A05B is #0D5FA4. Grayscale: #B1B1B1. Windows color (decimal): -876453 or 6004978. OLE color: 6004978.

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

Color convert

RGB24216091-
CMYK00.340.620.05
HSL27.42º85.31%65.29%-
HSV(B)27.42º62.4%94.9%-
XYZ51.0844.7715.85-
YUV176.6579.67174.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.09%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=49.09%
G=32.45%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421609100.340.620.0527.4285.3165.29
HexF2A05B0223E51b5541
Octal36224013304276533125101
Binary1111001010100000101101101000101111101011101110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A05B; }

 p { color: rgb(242,160,91); }

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

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

 a { background-color: rgb(242,160,91); }

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

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

 span { border-color: rgb(242,160,91); }

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