#FAA34E

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

Shades of Sunshade #FAA34E

Tints of Sunshade #FAA34E

Color information

#FAA34E (or 0xFAA34E) is unknown color: approx Sunshade. HEX triplet: FA, A3 and 4E. RGB value is (250,163,78). Sum of RGB (Red+Green+Blue) = 250+163+78=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA34E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA34E is #055CB1. Grayscale: #B3B3B3. Windows color (decimal): -351410 or 5153786. OLE color: 5153786.

HSL color Cylindrical-coordinate representation of color #FAA34E: hue angle of 29.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAA34E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB25016378-
CMYK00.350.690.02
HSL29.65º94.51%64.31%-
HSV(B)29.65º68.8%98.04%-
XYZ53.947.0713.45-
YUV179.3270.82178.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 78 (30.86% from 255) = 15.89%
R=50.92%
G=33.20%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501637800.350.690.0229.6594.5164.31
HexFAA34E0234521e5f40
Octal372243116043105236137100
Binary1111101010100011100111001000111000101101111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA34E; }

 p { color: rgb(250,163,78); }

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

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

 a { background-color: rgb(250,163,78); }

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

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

 span { border-color: rgb(250,163,78); }

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