#FFA44F

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

Shades of Sunshade #FFA44F

Tints of Sunshade #FFA44F

Color information

#FFA44F (or 0xFFA44F) is unknown color: approx Sunshade. HEX triplet: FF, A4 and 4F. RGB value is (255,164,79). Sum of RGB (Red+Green+Blue) = 255+164+79=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA44F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA44F is #005BB0. Grayscale: #B5B5B5. Windows color (decimal): -23473 or 5219583. OLE color: 5219583.

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

Color convert

RGB25516479-
CMYK00.360.690
HSL28.98º100%65.49%-
HSV(B)28.98º69.02%100%-
XYZ55.9348.3813.79-
YUV181.5270.15180.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 79 (31.25% from 255) = 15.86%
R=51.20%
G=32.93%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551647900.360.69028.9810065.49
HexFFA44F0244501d6441
Octal377244117044105035144101
Binary111111111010010010011110100100100010101110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA44F; }

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

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

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

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

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

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

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

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