#FAA54E

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

Shades of Sunshade #FAA54E

Tints of Sunshade #FAA54E

Color information

#FAA54E (or 0xFAA54E) is unknown color: approx Sunshade. HEX triplet: FA, A5 and 4E. RGB value is (250,165,78). Sum of RGB (Red+Green+Blue) = 250+165+78=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA54E is #055AB1. Grayscale: #B4B4B4. Windows color (decimal): -350898 or 5154298. OLE color: 5154298.

HSL color Cylindrical-coordinate representation of color #FAA54E: hue angle of 30.35º 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 #FAA54E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB25016578-
CMYK00.340.690.02
HSL30.35º94.51%64.31%-
HSV(B)30.35º68.8%98.04%-
XYZ54.2547.7813.57-
YUV180.570.16177.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=50.71%
G=33.47%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501657800.340.690.0230.3594.5164.31
HexFAA54E0224521e5f40
Octal372245116042105236137100
Binary1111101010100101100111001000101000101101111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA54E; }

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

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

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

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

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

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

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

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