#FFA64D

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

Shades of Sunshade #FFA64D

Tints of Sunshade #FFA64D

Color information

#FFA64D (or 0xFFA64D) is unknown color: approx Sunshade. HEX triplet: FF, A6 and 4D. RGB value is (255,166,77). Sum of RGB (Red+Green+Blue) = 255+166+77=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA64D is #0059B2. Grayscale: #B6B6B6. Windows color (decimal): -22963 or 5089023. OLE color: 5089023.

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

Color convert

RGB25516677-
CMYK00.350.700
HSL30º100%65.1%-
HSV(B)30º69.8%100%-
XYZ56.2249.0713.53-
YUV182.4668.49179.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 15.46%
R=51.20%
G=33.33%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551667700.350.7003010065.1
HexFFA64D0234601e6441
Octal377246115043106036144101
Binary111111111010011010011010100011100011001111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA64D; }

 p { color: rgb(255,166,77); }

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

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

 a { background-color: rgb(255,166,77); }

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

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

 span { border-color: rgb(255,166,77); }

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