#f2a75e

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

Shades of Sandy Brown #F2A75E

Tints of Sandy Brown #F2A75E

Color information

#F2A75E (or 0xF2A75E) is unknown color: approx Sandy Brown. HEX triplet: F2, A7 and 5E. RGB value is (242,167,94). Sum of RGB (Red+Green+Blue) = 242+167+94=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A75E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A75E is #0D58A1. Grayscale: #B5B5B5. Windows color (decimal): -874658 or 6203378. OLE color: 6203378.

HSL color Cylindrical-coordinate representation of color #F2A75E: hue angle of 29.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2A75E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24216794-
CMYK00.310.610.05
HSL29.59º85.06%65.88%-
HSV(B)29.59º61.16%94.9%-
XYZ52.4647.3216.96-
YUV181.178.85171.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 94 (37.11% from 255) = 18.69%
R=48.11%
G=33.20%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421679400.310.610.0529.5985.0665.88
HexF2A75E01F3D51e5542
Octal36224713603775536125102
Binary111100101010011110111100111111111011011111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a75e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a75e; }

 p { color: rgb(242,167,94); }

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

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

 a { background-color: rgb(242,167,94); }

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

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

 span { border-color: rgb(242,167,94); }

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