#F6A25A

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

Shades of Sandy Brown #F6A25A

Tints of Sandy Brown #F6A25A

Color information

#F6A25A (or 0xF6A25A) is unknown color: approx Sandy Brown. HEX triplet: F6, A2 and 5A. RGB value is (246,162,90). Sum of RGB (Red+Green+Blue) = 246+162+90=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A25A is #095DA5. Grayscale: #B3B3B3. Windows color (decimal): -613798 or 5939958. OLE color: 5939958.

HSL color Cylindrical-coordinate representation of color #F6A25A: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6A25A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24616290-
CMYK00.340.630.04
HSL27.69º89.66%65.88%-
HSV(B)27.69º63.41%96.47%-
XYZ52.7746.1715.8-
YUV178.9177.83175.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 90 (35.55% from 255) = 18.07%
R=49.40%
G=32.53%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461629000.340.630.0427.6989.6665.88
HexF6A25A0223F41c5a42
Octal36624213204277434132102
Binary1111011010100010101101001000101111111001110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A25A; }

 p { color: rgb(246,162,90); }

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

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

 a { background-color: rgb(246,162,90); }

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

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

 span { border-color: rgb(246,162,90); }

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