#FFA34B

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

Shades of Sunshade #FFA34B

Tints of Sunshade #FFA34B

Color information

#FFA34B (or 0xFFA34B) is unknown color: approx Sunshade. HEX triplet: FF, A3 and 4B. RGB value is (255,163,75). Sum of RGB (Red+Green+Blue) = 255+163+75=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA34B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA34B is #005CB4. Grayscale: #B4B4B4. Windows color (decimal): -23733 or 4957183. OLE color: 4957183.

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

Color convert

RGB25516375-
CMYK00.360.710
HSL29.33º100%64.71%-
HSV(B)29.33º70.59%100%-
XYZ55.6147.9612.98-
YUV180.4868.48181.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 75 (29.69% from 255) = 15.21%
R=51.72%
G=33.06%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551637500.360.71029.3310064.71
HexFFA34B0244701d6441
Octal377243113044107035144101
Binary111111111010001110010110100100100011101110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA34B; }

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

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

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

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

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

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

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

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