#FDA05E

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

Shades of Sandy Brown #FDA05E

Tints of Sandy Brown #FDA05E

Color information

#FDA05E (or 0xFDA05E) is unknown color: approx Sandy Brown. HEX triplet: FD, A0 and 5E. RGB value is (253,160,94). Sum of RGB (Red+Green+Blue) = 253+160+94=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA05E is #025FA1. Grayscale: #B4B4B4. Windows color (decimal): -155554 or 6201597. OLE color: 6201597.

HSL color Cylindrical-coordinate representation of color #FDA05E: hue angle of 24.91º degrees, saturation: 0.98, 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 #FDA05E is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25316094-
CMYK00.370.630.01
HSL24.91º97.55%68.04%-
HSV(B)24.91º62.85%99.22%-
XYZ55.146.8316.73-
YUV180.2879.31179.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.90%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 94 (37.11% from 255) = 18.54%
R=49.90%
G=31.56%
B=18.54%

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
Decimal2531609400.370.630.0124.9197.5568.04
HexFDA05E0253F1196244
Octal37524013604577131142104
Binary11111101101000001011110010010111111111100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA05E; }

 p { color: rgb(253,160,94); }

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

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

 a { background-color: rgb(253,160,94); }

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

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

 span { border-color: rgb(253,160,94); }

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