#FDA45B

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

Shades of Sandy Brown #FDA45B

Tints of Sandy Brown #FDA45B

Color information

#FDA45B (or 0xFDA45B) is unknown color: approx Sandy Brown. HEX triplet: FD, A4 and 5B. RGB value is (253,164,91). Sum of RGB (Red+Green+Blue) = 253+164+91=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA45B is #025BA4. Grayscale: #B6B6B6. Windows color (decimal): -154533 or 6006013. OLE color: 6006013.

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

Color convert

RGB25316491-
CMYK00.350.640.01
HSL27.04º97.59%67.45%-
HSV(B)27.04º64.03%99.22%-
XYZ55.6748.1916.26-
YUV182.2976.49178.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=49.80%
G=32.28%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531649100.350.640.0127.0497.5967.45
HexFDA45B0234011b6243
Octal375244133043100133142103
Binary111111011010010010110110100011100000011101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA45B; }

 p { color: rgb(253,164,91); }

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

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

 a { background-color: rgb(253,164,91); }

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

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

 span { border-color: rgb(253,164,91); }

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