#F69A5A

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

Shades of Sandy Brown #F69A5A

Tints of Sandy Brown #F69A5A

Color information

#F69A5A (or 0xF69A5A) is unknown color: approx Sandy Brown. HEX triplet: F6, 9A and 5A. RGB value is (246,154,90). Sum of RGB (Red+Green+Blue) = 246+154+90=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69A5A is #0965A5. Grayscale: #AEAEAE. Windows color (decimal): -615846 or 5937910. OLE color: 5937910.

HSL color Cylindrical-coordinate representation of color #F69A5A: hue angle of 24.62º 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 #F69A5A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24615490-
CMYK00.370.630.04
HSL24.62º89.66%65.88%-
HSV(B)24.62º63.41%96.47%-
XYZ51.4143.4415.35-
YUV174.2180.48179.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 90 (35.55% from 255) = 18.37%
R=50.20%
G=31.43%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461549000.370.630.0424.6289.6665.88
HexF69A5A0253F4195a42
Octal36623213204577431132102
Binary1111011010011010101101001001011111111001100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69A5A; }

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

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

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

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

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

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

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

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