#FAA25B

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

Shades of Sandy Brown #FAA25B

Tints of Sandy Brown #FAA25B

Color information

#FAA25B (or 0xFAA25B) is unknown color: approx Sandy Brown. HEX triplet: FA, A2 and 5B. RGB value is (250,162,91). Sum of RGB (Red+Green+Blue) = 250+162+91=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA25B is #055DA4. Grayscale: #B4B4B4. Windows color (decimal): -351653 or 6005498. OLE color: 6005498.

HSL color Cylindrical-coordinate representation of color #FAA25B: hue angle of 26.79º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAA25B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB25016291-
CMYK00.350.640.02
HSL26.79º94.08%66.86%-
HSV(B)26.79º63.6%98.04%-
XYZ54.2346.9216.1-
YUV180.2277.65177.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 91 (35.94% from 255) = 18.09%
R=49.70%
G=32.21%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501629100.350.640.0226.7994.0866.86
HexFAA25B0234021b5e43
Octal372242133043100233136103
Binary1111101010100010101101101000111000000101101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA25B; }

 p { color: rgb(250,162,91); }

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

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

 a { background-color: rgb(250,162,91); }

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

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

 span { border-color: rgb(250,162,91); }

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