#F2AD69

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

Shades of Sandy Brown #F2AD69

Tints of Sandy Brown #F2AD69

Color information

#F2AD69 (or 0xF2AD69) is unknown color: approx Sandy Brown. HEX triplet: F2, AD and 69. RGB value is (242,173,105). Sum of RGB (Red+Green+Blue) = 242+173+105=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD69 is #0D5296. Grayscale: #BABABA. Windows color (decimal): -873111 or 6925810. OLE color: 6925810.

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

Color convert

RGB242173105-
CMYK00.290.570.05
HSL29.78º84.05%68.04%-
HSV(B)29.78º56.61%94.9%-
XYZ54.1149.7820.12-
YUV185.8882.36168.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 105 (41.41% from 255) = 20.19%
R=46.54%
G=33.27%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217310500.290.570.0529.7884.0568.04
HexF2AD6901D3951e5444
Octal36225515103571536124104
Binary111100101010110111010010111011110011011111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD69; }

 p { color: rgb(242,173,105); }

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

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

 a { background-color: rgb(242,173,105); }

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

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

 span { border-color: rgb(242,173,105); }

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