#FDA15F

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

Shades of Sandy Brown #FDA15F

Tints of Sandy Brown #FDA15F

Color information

#FDA15F (or 0xFDA15F) is unknown color: approx Sandy Brown. HEX triplet: FD, A1 and 5F. RGB value is (253,161,95). Sum of RGB (Red+Green+Blue) = 253+161+95=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA15F is #025EA0. Grayscale: #B5B5B5. Windows color (decimal): -155297 or 6267389. OLE color: 6267389.

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

Color convert

RGB25316195-
CMYK00.360.620.01
HSL25.06º97.53%68.24%-
HSV(B)25.06º62.45%99.22%-
XYZ55.3247.217.02-
YUV180.9879.48179.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=49.71%
G=31.63%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531619500.360.620.0125.0697.5368.24
HexFDA15F0243E1196244
Octal37524113704476131142104
Binary11111101101000011011111010010011111011100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA15F; }

 p { color: rgb(253,161,95); }

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

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

 a { background-color: rgb(253,161,95); }

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

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

 span { border-color: rgb(253,161,95); }

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