#FDA55B

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

Shades of Sandy Brown #FDA55B

Tints of Sandy Brown #FDA55B

Color information

#FDA55B (or 0xFDA55B) is unknown color: approx Sandy Brown. HEX triplet: FD, A5 and 5B. RGB value is (253,165,91). Sum of RGB (Red+Green+Blue) = 253+165+91=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA55B is #025AA4. Grayscale: #B7B7B7. Windows color (decimal): -154277 or 6006269. OLE color: 6006269.

HSL color Cylindrical-coordinate representation of color #FDA55B: hue angle of 27.41º 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 #FDA55B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25316591-
CMYK00.350.640.01
HSL27.41º97.59%67.45%-
HSV(B)27.41º64.03%99.22%-
XYZ55.8548.5516.32-
YUV182.8876.15178.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=49.71%
G=32.42%
B=17.88%

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
Decimal2531659100.350.640.0127.4197.5967.45
HexFDA55B0234011b6243
Octal375245133043100133142103
Binary111111011010010110110110100011100000011101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA55B; }

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

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

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

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

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

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

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

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