#FFA44B

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

Shades of Sunshade #FFA44B

Tints of Sunshade #FFA44B

Color information

#FFA44B (or 0xFFA44B) is unknown color: approx Sunshade. HEX triplet: FF, A4 and 4B. RGB value is (255,164,75). Sum of RGB (Red+Green+Blue) = 255+164+75=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA44B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA44B is #005BB4. Grayscale: #B5B5B5. Windows color (decimal): -23477 or 4957439. OLE color: 4957439.

HSL color Cylindrical-coordinate representation of color #FFA44B: hue angle of 29.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA44B is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB25516475-
CMYK00.360.710
HSL29.67º100%64.71%-
HSV(B)29.67º70.59%100%-
XYZ55.7948.3213.04-
YUV181.0668.15180.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 75 (29.69% from 255) = 15.18%
R=51.62%
G=33.20%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551647500.360.71029.6710064.71
HexFFA44B0244701e6441
Octal377244113044107036144101
Binary111111111010010010010110100100100011101111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA44B; }

 p { color: rgb(255,164,75); }

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

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

 a { background-color: rgb(255,164,75); }

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

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

 span { border-color: rgb(255,164,75); }

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