#F69E64

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

Shades of Sandy Brown #F69E64

Tints of Sandy Brown #F69E64

Color information

#F69E64 (or 0xF69E64) is unknown color: approx Sandy Brown. HEX triplet: F6, 9E and 64. RGB value is (246,158,100). Sum of RGB (Red+Green+Blue) = 246+158+100=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E64 is #09619B. Grayscale: #B2B2B2. Windows color (decimal): -614812 or 6594294. OLE color: 6594294.

HSL color Cylindrical-coordinate representation of color #F69E64: hue angle of 23.84º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F69E64 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246158100-
CMYK00.360.590.04
HSL23.84º89.02%67.84%-
HSV(B)23.84º59.35%96.47%-
XYZ52.5344.9717.97-
YUV177.784.15176.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 100 (39.45% from 255) = 19.84%
R=48.81%
G=31.35%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615810000.360.590.0423.8489.0267.84
HexF69E640243B4185944
Octal36623614404473430131104
Binary1111011010011110110010001001001110111001100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69E64; }

 p { color: rgb(246,158,100); }

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

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

 a { background-color: rgb(246,158,100); }

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

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

 span { border-color: rgb(246,158,100); }

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