#F2A462

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

Shades of Sandy Brown #F2A462

Tints of Sandy Brown #F2A462

Color information

#F2A462 (or 0xF2A462) is unknown color: approx Sandy Brown. HEX triplet: F2, A4 and 62. RGB value is (242,164,98). Sum of RGB (Red+Green+Blue) = 242+164+98=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A462 is #0D5B9D. Grayscale: #B4B4B4. Windows color (decimal): -875422 or 6464754. OLE color: 6464754.

HSL color Cylindrical-coordinate representation of color #F2A462: hue angle of 27.5º 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 #F2A462 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24216498-
CMYK00.320.600.05
HSL27.5º84.71%66.67%-
HSV(B)27.5º59.5%94.9%-
XYZ52.146.3117.75-
YUV179.881.84172.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 98 (38.67% from 255) = 19.44%
R=48.02%
G=32.54%
B=19.44%

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
Decimal2421649800.320.600.0527.584.7166.67
HexF2A4620203C51c5543
Octal36224414204074534125103
Binary1111001010100100110001001000001111001011110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A462; }

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

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

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

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

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

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

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

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