#FCA05D

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

Shades of Sandy Brown #FCA05D

Tints of Sandy Brown #FCA05D

Color information

#FCA05D (or 0xFCA05D) is unknown color: approx Sandy Brown. HEX triplet: FC, A0 and 5D. RGB value is (252,160,93). Sum of RGB (Red+Green+Blue) = 252+160+93=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA05D is #035FA2. Grayscale: #B4B4B4. Windows color (decimal): -221091 or 6136060. OLE color: 6136060.

HSL color Cylindrical-coordinate representation of color #FCA05D: hue angle of 25.28º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCA05D is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25216093-
CMYK00.370.630.01
HSL25.28º96.36%67.65%-
HSV(B)25.28º63.1%98.82%-
XYZ54.6946.6316.47-
YUV179.8778.98179.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 93 (36.72% from 255) = 18.42%
R=49.90%
G=31.68%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521609300.370.630.0125.2896.3667.65
HexFCA05D0253F1196044
Octal37424013504577131140104
Binary11111100101000001011101010010111111111100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA05D; }

 p { color: rgb(252,160,93); }

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

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

 a { background-color: rgb(252,160,93); }

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

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

 span { border-color: rgb(252,160,93); }

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