#F2A76B

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

Shades of Sandy Brown #F2A76B

Tints of Sandy Brown #F2A76B

Color information

#F2A76B (or 0xF2A76B) is unknown color: approx Sandy Brown. HEX triplet: F2, A7 and 6B. RGB value is (242,167,107). Sum of RGB (Red+Green+Blue) = 242+167+107=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A76B is #0D5894. Grayscale: #B6B6B6. Windows color (decimal): -874645 or 7055346. OLE color: 7055346.

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

Color convert

RGB242167107-
CMYK00.310.560.05
HSL26.67º83.85%68.43%-
HSV(B)26.67º55.79%94.9%-
XYZ53.0947.5820.29-
YUV182.5885.35170.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 107 (42.19% from 255) = 20.74%
R=46.90%
G=32.36%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216710700.310.560.0526.6783.8568.43
HexF2A76B01F3851b5444
Octal36224715303770533124104
Binary111100101010011111010110111111110001011101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A76B; }

 p { color: rgb(242,167,107); }

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

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

 a { background-color: rgb(242,167,107); }

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

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

 span { border-color: rgb(242,167,107); }

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