#FFA64B

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

Shades of Sunshade #FFA64B

Tints of Sunshade #FFA64B

Color information

#FFA64B (or 0xFFA64B) is unknown color: approx Sunshade. HEX triplet: FF, A6 and 4B. RGB value is (255,166,75). Sum of RGB (Red+Green+Blue) = 255+166+75=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA64B is #0059B4. Grayscale: #B6B6B6. Windows color (decimal): -22965 or 4957951. OLE color: 4957951.

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

Color convert

RGB25516675-
CMYK00.350.710
HSL30.33º100%64.71%-
HSV(B)30.33º70.59%100%-
XYZ56.1549.0413.16-
YUV182.2467.49179.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 75 (29.69% from 255) = 15.12%
R=51.41%
G=33.47%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551667500.350.71030.3310064.71
HexFFA64B0234701e6441
Octal377246113043107036144101
Binary111111111010011010010110100011100011101111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA64B; }

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

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

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

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

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

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

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

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