#F2A562

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

Shades of Sandy Brown #F2A562

Tints of Sandy Brown #F2A562

Color information

#F2A562 (or 0xF2A562) is unknown color: approx Sandy Brown. HEX triplet: F2, A5 and 62. RGB value is (242,165,98). Sum of RGB (Red+Green+Blue) = 242+165+98=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A562 is #0D5A9D. Grayscale: #B4B4B4. Windows color (decimal): -875166 or 6465010. OLE color: 6465010.

HSL color Cylindrical-coordinate representation of color #F2A562: hue angle of 27.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2A562 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24216598-
CMYK00.320.600.05
HSL27.92º84.71%66.67%-
HSV(B)27.92º59.5%94.9%-
XYZ52.2846.6717.81-
YUV180.3881.51171.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=47.92%
G=32.67%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421659800.320.600.0527.9284.7166.67
HexF2A5620203C51c5543
Octal36224514204074534125103
Binary1111001010100101110001001000001111001011110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A562; }

 p { color: rgb(242,165,98); }

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

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

 a { background-color: rgb(242,165,98); }

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

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

 span { border-color: rgb(242,165,98); }

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